Skip to content

Commit db85fb4

Browse files
authored
Update bug_report.yml
1 parent ff33325 commit db85fb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
- type: textarea
2020
id: steps-to-reproduce
2121
validations:
22-
required: true
22+
required: false
2323
attributes:
2424
label: "👟 Reproduction steps"
2525
description: "How do you trigger this bug? Please walk us through it step by step."
@@ -31,7 +31,7 @@ body:
3131
- type: textarea
3232
id: expected-behavior
3333
validations:
34-
required: true
34+
required: false
3535
attributes:
3636
label: "👍 Expected behavior"
3737
description: "What did you think should happen?"
@@ -40,7 +40,7 @@ body:
4040
- type: textarea
4141
id: actual-behavior
4242
validations:
43-
required: true
43+
required: false
4444
attributes:
4545
label: "👎 Actual Behavior with Screenshots"
4646
description: "What did actually happen? Add screenshots, if applicable."
@@ -94,4 +94,4 @@ body:
9494
- "Yes, I am willing to submit a PR!"
9595
- "No"
9696
validations:
97-
required: true
97+
required: true

0 commit comments

Comments
 (0)