From 29cbff73600963493a80167c677486869584a1eb Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Sun, 5 Jan 2025 16:05:46 +0100 Subject: [PATCH] github : cmd line to bug report --- .github/ISSUE_TEMPLATE/010-bug-compilation.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/019-bug-misc.yml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/010-bug-compilation.yml b/.github/ISSUE_TEMPLATE/010-bug-compilation.yml index f10b3a2b2..bcd759a7a 100644 --- a/.github/ISSUE_TEMPLATE/010-bug-compilation.yml +++ b/.github/ISSUE_TEMPLATE/010-bug-compilation.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/019-bug-misc.yml b/.github/ISSUE_TEMPLATE/019-bug-misc.yml index d157ea307..15d94614e 100644 --- a/.github/ISSUE_TEMPLATE/019-bug-misc.yml +++ b/.github/ISSUE_TEMPLATE/019-bug-misc.yml @@ -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: