Skip to content

Commit 9697e66

Browse files
authored
Merge pull request #166 from dnth/bug-template
Make some fields optional for bug report template
2 parents 3f01f24 + 3d3c529 commit 9697e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
label: What did you expect to see?
2121
placeholder: Tell us what you expect!
2222
validations:
23-
required: true
23+
required: false
2424
- type: input
2525
id: fastdup-version
2626
attributes:
@@ -72,12 +72,12 @@ body:
7272
attributes:
7373
label: Attach a screenshot [Optional]
7474
validations:
75-
required: true
75+
required: false
7676
- type: input
7777
id: contact
7878
attributes:
7979
label: Contact Details [Optional]
8080
description: How can we get in touch with you if we need more info?
8181
placeholder: ex. [email protected]
8282
validations:
83-
required: true
83+
required: false

0 commit comments

Comments
 (0)