no need backticks [no ci]
This commit is contained in:
parent
a160819b83
commit
90cb25c9a2
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ body:
|
||||||
label: Compile command
|
label: Compile command
|
||||||
description: >
|
description: >
|
||||||
Please provide the exact command you used to compile llama.cpp. For example: `cmake -B ...`.
|
Please provide the exact command you used to compile llama.cpp. For example: `cmake -B ...`.
|
||||||
|
This will be automatically formatted into code, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
1
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
|
@ -58,6 +58,7 @@ body:
|
||||||
label: Command line
|
label: Command line
|
||||||
description: >
|
description: >
|
||||||
Please provide the exact commands you entered, if applicable. For example: `llama-server -m ... -c ...`, `llama-cli -m ...`, etc.
|
Please provide the exact commands you entered, if applicable. For example: `llama-server -m ... -c ...`, `llama-cli -m ...`, etc.
|
||||||
|
This will be automatically formatted into code, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue