File tree Expand file tree Collapse file tree 3 files changed +57
-14
lines changed Expand file tree Collapse file tree 3 files changed +57
-14
lines changed Original file line number Diff line number Diff line change 76
76
description : If applicable, add screenshots to help explain your problem.
77
77
validations :
78
78
required : false
79
+
80
+ - type : checkboxes
81
+ attributes :
82
+ label : I have checked existing issues, dicussion and documentation
83
+ description : You agree to check all the resources above before opening a new issue.
84
+ options :
85
+ - label : I confirm I have checked existing issues, dicussion and documentation.
86
+ required : true
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
+ labels : ' Feature 💡'
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Thanks for taking the time to fill out this request!
9
+ It's okay to leave some blank if it doesn't apply to your request.
10
+
11
+ - type : input
12
+ attributes :
13
+ label : Related area
14
+ description : Please briefly explain the area of your Feature Request.
15
+ placeholder : eg. new port support, device stack, class driver ...
16
+ validations :
17
+ required : true
18
+
19
+ - type : input
20
+ attributes :
21
+ label : Hardware specification
22
+ description : Please provide if your proposal depends on specific Hardware.
23
+ placeholder : eg. rp2040, samd51 ...
24
+ validations :
25
+ required : true
26
+
27
+ - type : textarea
28
+ attributes :
29
+ label : Is your feature request related to a problem?
30
+ description : Please provide a clear and concise description of what the problem is. Add relevant issue link.
31
+ placeholder : ex. I'm facing the issue/missing function...
32
+ validations :
33
+ required : true
34
+
35
+ - type : textarea
36
+ attributes :
37
+ label : Describe the solution you'd like
38
+ description : Please provide a clear and concise description of what you want to happen.
39
+ placeholder : ex. When using this function...
40
+ validations :
41
+ required : true
42
+
43
+ - type : checkboxes
44
+ attributes :
45
+ label : I have checked existing issues, dicussion and documentation
46
+ description : You agree to check all the resources above before opening a new issue.
47
+ options :
48
+ - label : I confirm I have checked existing issues, dicussion and documentation.
49
+ required : true
You can’t perform that action at this time.
0 commit comments