From 02b4fe923efb210178afa5e435934db9878a3959 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Sun, 20 Oct 2024 13:38:12 -0700 Subject: [PATCH] Add Bloxstrap version to bug report Issue Form template (#3357) * Add input for Bloxstrap version to bug report issue form * Update bug_report.yaml --------- Co-authored-by: pizzaboxer --- .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 e06c990..00cd191 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? Find it in the 'About' section of the Settings" + placeholder: "v1.0.0" + validations: + required: true - type: textarea id: what-happened attributes: