From 156b5a5e29551913ab7994f33560a4b59019ac79 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 13 Sep 2021 10:49:25 +0300 Subject: [PATCH] github bug_report: Require a Kakoune version --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"