This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-8
lines changed
Expand file tree Collapse file tree 1 file changed +27
-8
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments