Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 454ef3a

Browse files
authored
Update bug_report.yml
1 parent 88807ef commit 454ef3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ body:
1717
description: What version of the library are you using?
1818
options:
1919
- 3.x.x (Vue 3.x)
20-
- 2 (Vue 2.x - legacy)
20+
- 2.x.x (Vue 2.x - legacy)
21+
validations:
22+
required: true
2123
- type: textarea
2224
id: bug-description
2325
attributes:
@@ -64,4 +66,4 @@ body:
6466
- label: Read the [docs](https://vue-dynamic-forms-docs.netlify.app/).
6567
required: true
6668
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
67-
required: true
69+
required: true

0 commit comments

Comments
 (0)