File tree Expand file tree Collapse file tree 2 files changed +46
-20
lines changed Expand file tree Collapse file tree 2 files changed +46
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Suggest an idea for this project
3
+ body :
4
+ - type : textarea
5
+ id : description
6
+ attributes :
7
+ label : Is your feature request related to a problem? Please describe.
8
+ description : A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9
+ validations :
10
+ required : true
11
+
12
+ - type : textarea
13
+ id : proposal
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
+
20
+ - type : textarea
21
+ id : alternatives
22
+ attributes :
23
+ label : Describe alternatives you've considered
24
+ description : A clear and concise description of any alternative solutions or features you've considered.
25
+ validations :
26
+ required : true
27
+
28
+ - type : dropdown
29
+ id : categories
30
+ attributes :
31
+ label : Is the feature request related to any of the existing Amplify categories?
32
+ multiple : true
33
+ options :
34
+ - Analytics
35
+ - API
36
+ - Auth
37
+ - DataStore
38
+ - Predictions
39
+ - Storage
40
+ - type : dropdown
41
+
42
+ - type : textarea
43
+ id : context
44
+ attributes :
45
+ label : Additional context
46
+ description : Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments