File tree 4 files changed +61
-26
lines changed
4 files changed +61
-26
lines changed Original file line number Diff line number Diff line change
1
+ title : " [Feature] "
2
+ body :
3
+ - type : markdown
4
+ attributes :
5
+ value : |
6
+ Let us know what feature is missing and why you think it should exist!
7
+ - type : textarea
8
+ id : rationale
9
+ attributes :
10
+ label : Rationale
11
+ description : " Why do you think it should exist?"
12
+ value : |
13
+ Why should this feature exist?
14
+ What are the use-cases?
15
+ validations :
16
+ required : true
17
+ - type : textarea
18
+ id : implementation
19
+ attributes :
20
+ label : Implementation
21
+ description : " Your thoughts about the implementation"
22
+ value : |
23
+ Do you have ideas regarding the implementation of this feature?
24
+ Are you willing to implement it?
25
+ validations :
26
+ required : true
27
+
Original file line number Diff line number Diff line change
1
+ title : " [Help] "
2
+ body :
3
+ - type : markdown
4
+ attributes :
5
+ value : |
6
+ The more specific you can be, the easier it will be to help you!
7
+ - type : textarea
8
+ id : context
9
+ attributes :
10
+ label : Context
11
+ description : " What is the context of your question?"
12
+ value : |
13
+ Describe what was the result you were trying to achieve
14
+ validations :
15
+ required : true
16
+ - type : textarea
17
+ id : problem
18
+ attributes :
19
+ label : Problem
20
+ description : " What is the problem you're facing?"
21
+ value : |
22
+ Describe the specific problem you have
23
+ validations :
24
+ required : true
25
+ - type : textarea
26
+ id : asks
27
+ attributes :
28
+ label : Asks
29
+ description : " What kind of help you're looking for?"
30
+ value : |
31
+ How can we help you?
32
+ validations :
33
+ required : true
34
+
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments