Skip to content

Commit 3027d6c

Browse files
chore: add feature request template.
1 parent ae38e5c commit 3027d6c

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: 🚀 Feature request
2+
description: Suggest an idea for this library.
3+
title: "[Feature]: <title>"
4+
labels: ['enhancement']
5+
6+
body:
7+
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for stopping by to let us know something could be better!
12+
13+
Please complete the below form to ensure we have all the details to get things started.
14+
<br>
15+
16+
- type: textarea
17+
attributes:
18+
label: Is your proposal related to a problem?
19+
description: |
20+
Provide a clear and concise description of what the problem is.
21+
placeholder: |
22+
I'm always frustrated when...
23+
render: markdown
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Describe the solution you'd like.
30+
description: |
31+
Provide a clear and concise description of what you want to happen.
32+
render: markdown
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Describe alternatives you've considered.
39+
description: |
40+
Let us know about other solutions you've tried or researched.
41+
render: markdown
42+
validations:
43+
required: false
44+
45+
- type: textarea
46+
attributes:
47+
label: Additional context.
48+
description: |
49+
Is there anything else you can add about the proposal?
50+
You might want to link to related issues here, if you haven't already.
51+
render: markdown
52+
validations:
53+
required: false

0 commit comments

Comments
 (0)