Skip to content

Commit 878e02f

Browse files
authored
dev: improve feature request issue form (#4560)
1 parent 9558299 commit 878e02f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
name: Feature request
1+
name: Feature Request
22
description: "Suggest an idea for this project."
33
labels: [enhancement]
44
body:
55

66
- type: textarea
77
id: problem
88
attributes:
9-
label: Your feature request related to a problem? Please describe.
9+
label: Your feature request related to a problem? Please describe
1010
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
1111
validations:
1212
required: true
1313

1414
- type: textarea
1515
id: solution
1616
attributes:
17-
label: Describe the solution you'd like.
17+
label: Describe the solution you'd like
1818
placeholder: "A clear and concise description of what you want to happen."
1919
validations:
2020
required: true
2121

2222
- type: textarea
2323
id: alternatives
2424
attributes:
25-
label: Describe alternatives you've considered.
25+
label: Describe alternatives you've considered
2626
placeholder: "A clear and concise description of any alternative solutions or features you've considered."
2727
validations:
2828
required: true
2929

3030
- type: textarea
3131
id: additional
3232
attributes:
33-
label: Additional context.
33+
label: Additional context
3434
placeholder: "Add any other context or screenshots about the feature request here."
3535
validations:
3636
required: false

0 commit comments

Comments
 (0)