github : cmd line to bug report
This commit is contained in:
parent
b56f079e28
commit
29cbff7360
2 changed files with 18 additions and 0 deletions
|
@ -65,6 +65,15 @@ body:
|
||||||
If possible, please do a git bisect and identify the exact commit that introduced the bug.
|
If possible, please do a git bisect and identify the exact commit that introduced the bug.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: command
|
||||||
|
attributes:
|
||||||
|
label: Compile command
|
||||||
|
description: >
|
||||||
|
Please provide the exact command you used to compile llama.cpp. For example: `cmake -B ...`.
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
9
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
9
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
|
@ -52,6 +52,15 @@ body:
|
||||||
- Other (Please specify in the next section)
|
- Other (Please specify in the next section)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: command
|
||||||
|
attributes:
|
||||||
|
label: Command line
|
||||||
|
description: >
|
||||||
|
Please provide the exact command you used to run llama.cpp. For example: `llama-server -m ... -c ...`, `llama-cli -m ...`, etc.
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: info
|
id: info
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue