Skip to content

Commit 80de1ad

Browse files
committed
chore: require version in bug report [ci skip]
1 parent 523f6aa commit 80de1ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ body:
1717
Also try to search for your issue - it may have already been answered or even fixed in the development branch.
1818
However, if you find that an old, closed issue still persists in the latest version,
1919
you should open a new issue using the form below instead of commenting on the old issue.
20+
- type: input
21+
id: version
22+
attributes:
23+
label: Vue version
24+
validations:
25+
required: true
2026
- type: input
2127
id: reproduction-link
2228
attributes:

0 commit comments

Comments
 (0)