Skip to content

Commit 44c9035

Browse files
committed
Fix indentation of validations
This should fix the issue form template failing due to this.
1 parent 205ddb0 commit 44c9035

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
@@ -9,8 +9,8 @@ body:
99
label: Description
1010
description: >-
1111
A clear and concise description of what the bug is.
12-
validations:
13-
required: true
12+
validations:
13+
required: true
1414

1515
- type: textarea
1616
attributes:
@@ -42,8 +42,8 @@ body:
4242
1. Get package from '...'
4343
2. Then run '...'
4444
3. An error occurs.
45-
validations:
46-
required: true
45+
validations:
46+
required: true
4747

4848
- type: textarea
4949
attributes:

0 commit comments

Comments
 (0)