From 0e02bdf83c288ce99dfee8b2e9b9a93df089b30c Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 24 Jan 2023 13:51:06 +0100 Subject: [PATCH] meta: add field for version/commit (#1006) --- .github/ISSUE_TEMPLATE/bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5de82d2fe..2b4a86665 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -55,6 +55,9 @@ body: - Windows (ARM) validations: required: false + - type: input + attributes: + label: What version/commit are you on? - type: checkboxes id: terms attributes: