From 8254683b4abf9e7879c47b6112359a85d732eb10 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Sun, 20 Oct 2024 00:11:41 -0700 Subject: [PATCH 1/2] Add input for Bloxstrap version to bug report issue form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e06c990d..bed94498 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -30,6 +30,14 @@ body: - label: I am using the latest version of Bloxstrap. required: true - label: I did not answer truthfully to all the above checkboxes. + - type: input + id: version + attributes: + label: Bloxstrap Version + description: "What version of Bloxstrap are you using?" + placeholder: "v1.0.0" + validations: + required: true - type: textarea id: what-happened attributes: From e28cc45d6bf4d06a15ff3824f82c7c3d1d5c9a5c Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sun, 20 Oct 2024 21:36:07 +0100 Subject: [PATCH 2/2] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bed94498..00cd191a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -34,7 +34,7 @@ body: id: version attributes: label: Bloxstrap Version - description: "What version of Bloxstrap are you using?" + description: "What version of Bloxstrap are you using? Find it in the 'About' section of the Settings" placeholder: "v1.0.0" validations: required: true