Skip to content

Commit f829ea7

Browse files
authored
Merge pull request #1699 from HonkingGoose/chore/improve-forms-required-checkboxes
2 parents e58bd59 + 40af109 commit f829ea7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,23 @@ body:
88
description: Please search to see if an issue already exists for the bug you encountered.
99
options:
1010
- label: I have searched the existing issues
11-
validations:
12-
required: true
11+
required: true
1312

1413
- type: checkboxes
1514
attributes:
1615
label: This report is about a single actionable bug.
1716
description: Please create one issue per bug, split up your bug reports if needed.
1817
options:
1918
- label: I'm reporting a single actionable bug
20-
validations:
21-
required: true
19+
required: true
2220

2321
- type: checkboxes
2422
attributes:
2523
label: This report is about the ProGit book, version 2, English language.
2624
description: Bug reports about translations or the first version of the book are not accepted.
2725
options:
2826
- label: This bug is not about a translation or old version
29-
validations:
30-
required: true
27+
required: true
3128

3229
- type: checkboxes
3330
attributes:

0 commit comments

Comments
 (0)