chore: require version in bug report [ci skip]

This commit is contained in:
Evan You 2022-05-20 23:21:01 +08:00
parent 523f6aa363
commit 80de1adb36

View 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. 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, 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. 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 - type: input
id: reproduction-link id: reproduction-link
attributes: attributes: