From 80de1adb36483c94cc7e887ba1e67d43b63fe75c Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 20 May 2022 23:21:01 +0800 Subject: [PATCH] chore: require version in bug report [ci skip] --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fa5f6cc1..fe5e82b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,6 +17,12 @@ body: Also try to search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue using the form below instead of commenting on the old issue. + - type: input + id: version + attributes: + label: Vue version + validations: + required: true - type: input id: reproduction-link attributes: