diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2021-09-13 10:49:25 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2021-09-13 12:09:35 +0300 |
| commit | 156b5a5e29551913ab7994f33560a4b59019ac79 (patch) | |
| tree | 83137181ecd9a59a3c835c55b108ee5cf30acf58 /.github | |
| parent | c04391867de44164d619cd0dbc9dae32d40d4372 (diff) | |
github bug_report: Require a Kakoune version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 871011d5..8749ae93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,6 +4,14 @@ labels: bug title: "[BUG] " body: + - type: input + attributes: + label: "Version of Kakoune" + description: "If unsure, use the output of command: `kak -version`" + placeholder: "v2020.12.31" + validations: + required: true + - type: textarea attributes: label: "Reproducer" |
