From d706658ab064144d789b1bae3cdfa0e8ba8af2f2 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 24 Mar 2023 12:32:01 +0100 Subject: Update issue template to include checkbox for 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 cbac068a..88a06708 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -96,6 +96,14 @@ body: options: - label: "No, I don't use the wayland display server protocol" required: true + - type: checkboxes + id: latestversion + attributes: + label: I've checked if the issue exists in the latest release + description: I have checked and confirm that I am verified the issue still exists in the latest stable release. + options: + - label: "Yes, I have checked the problem exists in the latest stable version" + required: true -- cgit v1.2.3