Skip to content

Commit cc09161

Browse files
authored
Remove required validations
Setting too much fields as required might be unnecessary for trivial cases.
1 parent b4bce16 commit cc09161

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
@@ -24,8 +24,7 @@ body:
2424
label: Expected behavior
2525
description: >
2626
A clear and concise description of what you expected to happen.
27-
validations:
28-
required: true
27+
2928
- type: textarea
3029
attributes:
3130
label: To Reproduce
@@ -42,8 +41,7 @@ body:
4241
4342
4443
It is recommended to attach your calculation case here for the developers to reproduce the bug.
45-
validations:
46-
required: true
44+
4745
- type: textarea
4846
attributes:
4947
label: Environment
@@ -53,8 +51,7 @@ body:
5351
- Compiler: [e.g. gcc 5.1.0]
5452
5553
- Dependencies: [e.g. Intel MKL, OpenBLAS]
56-
validations:
57-
required: true
54+
5855
- type: textarea
5956
attributes:
6057
label: Additional Context

0 commit comments

Comments
 (0)