Skip to content

Commit 29cbff7

Browse files
committed
github : cmd line to bug report
1 parent b56f079 commit 29cbff7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/010-bug-compilation.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ body:
6565
If possible, please do a git bisect and identify the exact commit that introduced the bug.
6666
validations:
6767
required: false
68+
- type: textarea
69+
id: command
70+
attributes:
71+
label: Compile command
72+
description: >
73+
Please provide the exact command you used to compile llama.cpp. For example: `cmake -B ...`.
74+
render: shell
75+
validations:
76+
required: true
6877
- type: textarea
6978
id: logs
7079
attributes:

.github/ISSUE_TEMPLATE/019-bug-misc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ body:
5252
- Other (Please specify in the next section)
5353
validations:
5454
required: false
55+
- type: textarea
56+
id: command
57+
attributes:
58+
label: Command line
59+
description: >
60+
Please provide the exact command you used to run llama.cpp. For example: `llama-server -m ... -c ...`, `llama-cli -m ...`, etc.
61+
render: shell
62+
validations:
63+
required: true
5564
- type: textarea
5665
id: info
5766
attributes:

0 commit comments

Comments
 (0)