Skip to content

Commit c5965ff

Browse files
committed
Fix
1 parent 53a1b4c commit c5965ff

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ body:
44
- type: textarea
55
attributes:
66
label: Problem
7-
description: >
7+
description: |
88
A clear and concise description of what the problem is.
9-
Example: I'm always frustrated when [...]
9+
placeholder: I'm always frustrated when [...]
1010
validations:
1111
required: true
1212

1313
- type: textarea
1414
attributes:
1515
label: Solution
16-
description: >
16+
description: |
1717
A clear and concise description of what you want to happen.
1818
validations:
1919
required: true
2020

2121
- type: textarea
2222
attributes:
2323
label: Alternatives
24-
description: >
24+
description: |
2525
A clear and concise description of any alternative solutions or features you've considered.
2626
validations:
2727
required: false
2828

2929
- type: textarea
3030
attributes:
3131
label: Additional context
32-
description: >
32+
description: |
3333
Add any other context or screenshots about the feature request here.
3434
validations:
3535
required: false
3636

3737
- type: markdown
3838
attributes:
39-
value: >
39+
value: |
4040
Thanks for contributing!

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body:
44
- type: textarea
55
attributes:
66
label: Issue
7-
description: >
7+
description: |
88
A clear and concise description of the question or issue
99
validations:
1010
required: true
@@ -21,5 +21,5 @@ body:
2121
required: false
2222
- type: markdown
2323
attributes:
24-
value: >
24+
value: |
2525
Thanks for contributing!

0 commit comments

Comments
 (0)