File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments