Skip to content

Commit 8e31470

Browse files
authored
refactor: make issue templates required (#2226)
1 parent 98f9045 commit 8e31470

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ body:
1111
attributes:
1212
label: Describe the bug
1313
description: A clear and concise description of what the bug is.
14+
validations:
15+
required: true
1416
- type: textarea
1517
attributes:
1618
label: Expected behaviour

.github/ISSUE_TEMPLATE/feature_request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ body:
99
description:
1010
A clear and concise description of what the problem is. Ex. I'm always
1111
frustrated when [...]
12+
validations:
13+
required: true
1214
- type: textarea
1315
attributes:
1416
label: Describe the solution you'd like

0 commit comments

Comments
 (0)