Skip to content

Commit 6c58a27

Browse files
committed
fix: fix errors in bug report form
1 parent ac305e8 commit 6c58a27

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
@@ -21,8 +21,8 @@ body:
2121
attributes:
2222
label: Expected Behavior
2323
description: A clear and concise description of what you expected to happen
24-
validations:
25-
required: true
24+
validations:
25+
required: true
2626
- type: input
2727
id: os
2828
attributes:
@@ -42,7 +42,7 @@ body:
4242
attributes:
4343
label: Screenshots
4444
description: If applicable, please add screenshots to help explain your problem
45-
- type: textbox
45+
- type: textarea
4646
id: context
4747
attributes:
4848
label: Additional Context

0 commit comments

Comments
 (0)