Skip to content

Commit 696b7b7

Browse files
committed
chore: relax required fields
1 parent 039f658 commit 696b7b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
- Device (e.g., Laptop, iPhone 15 Pro):
4747
- Any relevant versions (e.g., App version, specific library versions):
4848
validations:
49-
required: true
49+
required: false
5050
- type: dropdown
5151
attributes:
5252
label: "Impact / Severity"
@@ -57,14 +57,14 @@ body:
5757
- "Medium: Causes inconvenience but I can still use the platform with workarounds."
5858
- "Low: Minor issue or cosmetic problem with minimal impact."
5959
validations:
60-
required: true
60+
required: false
6161
- type: textarea
6262
attributes:
6363
label: "Additional Context"
6464
description: "Add any links, references, or context you think is relevant. This could include error messages, logs, or specific data you were using."
6565
placeholder: "Provide URLs, doc references, error messages, or any other useful details."
6666
validations:
67-
required: true
67+
required: false
6868
- type: textarea
6969
attributes:
7070
label: "Attachments / Screenshots"

0 commit comments

Comments
 (0)