Skip to content

Commit 3dc87d8

Browse files
authored
Made description / contribution section required #4177
1 parent ff7be60 commit 3dc87d8

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
@@ -14,6 +14,8 @@ body:
1414
1515
- type: textarea
1616
id: description
17+
validations:
18+
required: true
1719
attributes:
1820
label: Describe the bug
1921
description: A clear and concise description of what the bug is.
@@ -136,6 +138,8 @@ body:
136138
description: Add any other context about the problem here.
137139
- type: dropdown
138140
id: contribution
141+
validations:
142+
required: true
139143
attributes:
140144
label: Help us help you
141145
description: Would you like to contribute a solution to this issue?

0 commit comments

Comments
 (0)