Skip to content

Commit bd97cfc

Browse files
committed
Require validation for bug issue template
1 parent 2eeefcb commit bd97cfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ body:
5555
label: Situation
5656
description: A clear and concise description of what the bug is.
5757
placeholder: Describe the problem you see...
58+
validations:
59+
required: true
5860

5961
- type: textarea
6062
id: reproduction_steps
@@ -66,13 +68,17 @@ body:
6668
2. Scroll down to '....'
6769
3. See error
6870
placeholder: Describe the steps to reproduce the issue...
71+
validations:
72+
required: true
6973

7074
- type: textarea
7175
id: expected_behavior
7276
attributes:
7377
label: Expected behavior
7478
description: A clear and concise description of what you expected to happen.
7579
placeholder: Describe the expected behavior...
80+
validations:
81+
required: true
7682

7783
- type: textarea
7884
id: environment

0 commit comments

Comments
 (0)