From 36d6664dfcff799e798970020423f02ebea03d93 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 19 Mar 2025 08:04:31 -0700 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 872227a2..d50e160a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -8,6 +8,17 @@ body: value: | Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: prerequisites + attributes: + label: Before submitting + description: Please confirm you've completed the following steps + options: + - label: I have searched existing issues to make sure this bug hasn't already been reported + required: true + - label: I have updated to the latest version of the software to verify the issue still exists + required: true + - type: input id: version attributes: