Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 616fbe8

Browse files
committed
chore: bug report template
1 parent fcf2fb3 commit 616fbe8

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ body:
99
required: true
1010
attributes:
1111
label: "Cortex version"
12-
description: "**Tip:** The version is in the app's bottom right corner"
13-
12+
description: "**Tip:** `cortex -v` outputs the version number"
13+
1414
- type: textarea
1515
validations:
1616
required: true
1717
attributes:
18-
label: "Describe the Bug"
19-
description: "A clear & concise description of the bug"
18+
label: "Describe the issue and expected behaviour"
19+
description: "A clear & concise description of the issue encountered"
2020

2121
- type: textarea
2222
attributes:
@@ -28,23 +28,42 @@ body:
2828
2. Click on '...'
2929
3030
- type: textarea
31+
validations:
32+
required: true
3133
attributes:
3234
label: "Screenshots / Logs"
3335
description: |
34-
You can find logs in: ~/cortex/logs
36+
You can find cortex-cli.log and cortex.log files in: ~/cortex/logs/
3537
3638
- type: checkboxes
3739
attributes:
3840
label: "What is your OS?"
3941
options:
40-
- label: MacOS
4142
- label: Windows
42-
- label: Linux
43+
- label: Mac Silicon
44+
- label: Mac Intel
45+
- label: Linux / Ubuntu
46+
47+
- type: input
48+
validations:
49+
required: true
50+
attributes:
51+
label: "What OS Version are you running?"
52+
description: "Eg Windows 10, Ubuntu 22, Mac M1"
4353

4454
- type: checkboxes
4555
attributes:
4656
label: "What engine are you running?"
4757
options:
4858
- label: cortex.llamacpp (default)
4959
- label: cortex.tensorrt-llm (Nvidia GPUs)
50-
- label: cortex.onnx (NPUs, DirectML)
60+
- label: cortex.onnx (NPUs, DirectML)
61+
62+
- type: input
63+
validations:
64+
required: true
65+
attributes:
66+
label: "Hardware Specs eg OS version, GPU"
67+
description:
68+
69+

0 commit comments

Comments
 (0)