From ab9b55232fc2467c70d74b74d58dd62696474bfa Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sun, 17 Dec 2023 19:16:47 -0800 Subject: [PATCH] Update BUG_REPORT.yaml Add vue version --- .github/ISSUE_TEMPLATE/BUG_REPORT.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml index bd30c5a..dafa8f2 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml @@ -10,11 +10,17 @@ body: value: | Thanks for taking the time to fill out this bug report! - type: input - id: contact + id: vue-codeblock-version attributes: label: Vue Code Block Version validations: required: true + - type: input + id: vue-version + attributes: + label: Vue Version + validations: + required: true - type: textarea id: bug-description attributes: