summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-03-24 12:32:01 +0100
committerDave Davenport <qball@gmpclient.org>2023-03-24 12:32:01 +0100
commitd706658ab064144d789b1bae3cdfa0e8ba8af2f2 (patch)
tree5eafad811efd67d77f22eb1a9d746ca8e24a9c0f
parent38c102d63b51488299fad4189beb5bbf3e7ca5ae (diff)
Update issue template to include checkbox for version.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml8
1 files changed, 8 insertions, 0 deletions
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