Skip to content

Commit 4e6483d

Browse files
authored
Enhance Bug Report template with required validations
Make fields required
1 parent 0ddf000 commit 4e6483d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ body:
7575
- 'Yes'
7676
- 'No'
7777
- N/A
78+
validations:
79+
required: true
7880
- type: dropdown
7981
id: fmcs
8082
attributes:
@@ -83,6 +85,8 @@ body:
8385
options:
8486
- 'Yes'
8587
- 'No'
88+
validations:
89+
required: true
8690
- type: dropdown
8791
id: fmcs-location
8892
attributes:

0 commit comments

Comments
 (0)