Skip to content

Commit c3bb65a

Browse files
committed
chore(github): update package default value
1 parent b0b209e commit c3bb65a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body:
4141
- v4.x
4242
- v3.x
4343
- v2.x
44-
default: 1
44+
default: 0
4545
validations:
4646
required: true
4747
- type: input

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
- v4.x
1515
- v3.x
1616
- v2.x
17-
default: 1
17+
default: 0
1818
validations:
1919
required: true
2020
- type: textarea

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
- v4.x
1515
- v3.x
1616
- v2.x
17-
default: 1
17+
default: 0
1818
validations:
1919
required: true
2020
- type: textarea

0 commit comments

Comments
 (0)