Skip to content

Commit df39c2e

Browse files
committed
Fix
1 parent 0bfd4d4 commit df39c2e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ body:
44
- type: textarea
55
attributes:
66
label: Bug description
7-
description: >
7+
description: |
88
A clear and concise description of what the bug is.
99
validations:
1010
required: true
1111

1212
- type: textarea
1313
attributes:
1414
label: Steps to reproduce
15-
description: >
15+
description: |
1616
Steps to reproduce the behavior:
1717
1. Go to '...'
1818
2. Click on '...'
@@ -24,38 +24,40 @@ body:
2424
- type: textarea
2525
attributes:
2626
label: Expected behavior
27-
description: >
27+
description: |
2828
A clear and concise description of what you expected to happen.
2929
validations:
3030
required: true
3131

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

4040
- type: textarea
4141
attributes:
4242
label: Info
43-
description: >
44-
- Browser [e.g. chrome, safari]
43+
description: |
44+
- Browser: [e.g. chrome, safari]
4545
- Device (if mobile): [e.g. iPhone6]
46-
- Build info from `Settings` -> `About`
46+
- Build info
47+
placeholder: |
48+
Build info from `Settings` -> `About`
4749
validations:
4850
required: true
4951

5052
- type: textarea
5153
attributes:
5254
label: Additional context
53-
description: >
55+
description: |
5456
Add any other context about the problem here.
5557
validations:
5658
required: false
5759

5860
- type: markdown
5961
attributes:
60-
value: >
62+
value: |
6163
Thanks for contributing!

0 commit comments

Comments
 (0)