From ffd0829757e994add09da40b745e5ac7fd2c6e37 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 26 Jan 2025 00:37:25 -0500 Subject: [PATCH] Update bug_report.yml Add required app version input (thanks for the suggestion @nissa-seru!) --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b8ebaca..501180c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,13 @@ name: Bug Report description: File a bug report labels: ["bug"] body: + - type: input + id: version + attributes: + label: Which version of the app are you using? + description: Please specify the app version you're using (e.g. v3.3.1) + validations: + required: true - type: dropdown id: provider attributes: