Skip to content

Commit 53fa63e

Browse files
authored
Changing feature text inputs to multi-line (#177)
1 parent 83fb941 commit 53fa63e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
attributes:
1919
value: ---
2020

21-
- type: input
21+
- type: textarea
2222
id: goal
2323
attributes:
2424
label: Problem
@@ -27,7 +27,7 @@ body:
2727
validations:
2828
required: true
2929

30-
- type: input
30+
- type: textarea
3131
id: solution
3232
attributes:
3333
label: Desired Solution
@@ -36,14 +36,14 @@ body:
3636
validations:
3737
required: true
3838

39-
- type: input
39+
- type: textarea
4040
id: alternative
4141
attributes:
4242
label: Alternatives and Workarounds
4343
description: Describe alternatives you've considered
4444
placeholder: A clear and concise description of any alternative solutions or features you've considered.
4545

46-
- type: input
46+
- type: textarea
4747
id: context
4848
attributes:
4949
label: Additional Context

0 commit comments

Comments
 (0)