Skip to content

Commit 773551e

Browse files
committed
Fix
1 parent 2df0e3d commit 773551e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ body:
66
label: Bug description
77
description: |
88
A clear and concise description of what the bug is.
9-
validations:
10-
required: true
9+
validations:
10+
required: true
1111

1212
- type: textarea
1313
attributes:
@@ -18,24 +18,24 @@ body:
1818
2. Click on '...'
1919
3. Scroll down to '...'
2020
4. See error
21-
validations:
22-
required: true
21+
validations:
22+
required: true
2323

2424
- type: textarea
2525
attributes:
2626
label: Expected behavior
2727
description: |
2828
A clear and concise description of what you expected to happen.
29-
validations:
30-
required: true
29+
validations:
30+
required: true
3131

3232
- type: textarea
3333
attributes:
3434
label: Screenshots
3535
description: |
3636
If applicable, add screenshots to help explain your problem.
37-
validations:
38-
required: false
37+
validations:
38+
required: false
3939

4040
- type: textarea
4141
attributes:
@@ -46,16 +46,16 @@ body:
4646
- Build info
4747
placeholder: |
4848
Build info from `Settings` -> `About`
49-
validations:
50-
required: true
49+
validations:
50+
required: true
5151

5252
- type: textarea
5353
attributes:
5454
label: Additional context
5555
description: |
5656
Add any other context about the problem here.
57-
validations:
58-
required: false
57+
validations:
58+
required: false
5959

6060
- type: markdown
6161
attributes:

0 commit comments

Comments
 (0)