]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: require version in bug report [ci skip]
authorEvan You <yyx990803@gmail.com>
Fri, 20 May 2022 15:21:01 +0000 (23:21 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 20 May 2022 15:21:01 +0000 (23:21 +0800)
.github/ISSUE_TEMPLATE/bug_report.yml

index fa5f6cc1039ae2170546ab4fc6df12a4f8de25d0..fe5e82b04a45d50803ddc92b1d2243aeac5d63a8 100644 (file)
@@ -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: