Skip to content

Commit 3001d87

Browse files
authored
Add feature request issue template
This template allows users to submit feature requests with detailed descriptions of problems, solutions, alternatives, and additional context.
1 parent 4c485cb commit 3001d87

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
type: "Feature"
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Is your feature request related to a problem? Please describe.
9+
description: A clear and concise description of what the problem is.
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: solution
14+
attributes:
15+
label: Describe the solution you'd like
16+
description: A clear and concise description of what you want to happen.
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: alternatives
21+
attributes:
22+
label: Describe alternatives you've considered
23+
description: A clear and concise description of any alternative solutions or features you've considered.
24+
- type: textarea
25+
id: additional-context
26+
attributes:
27+
label: Additional context
28+
description: Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)