github : cmd line to bug report

This commit is contained in:
Xuan Son Nguyen 2025-01-05 16:05:46 +01:00
parent b56f079e28
commit 29cbff7360
2 changed files with 18 additions and 0 deletions

View file

@ -65,6 +65,15 @@ body:
If possible, please do a git bisect and identify the exact commit that introduced the bug.
validations:
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
id: logs
attributes:

View file

@ -52,6 +52,15 @@ body:
- Other (Please specify in the next section)
validations:
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
id: info
attributes: