File tree Expand file tree Collapse file tree 4 files changed +74
-36
lines changed Expand file tree Collapse file tree 4 files changed +74
-36
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 a feature request
3
+ title : ' [Feat]: '
4
+ labels : ['⭐ goal: addition']
5
+ body :
6
+ - type : textarea
7
+ id : what-feature
8
+ attributes :
9
+ label : Is your feature request related to a problem? Please describe.
10
+ placeholder : A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ id : solution
15
+ attributes :
16
+ label : Describe the solution you'd like.
17
+ placeholder : A clear and concise description of what you want to happen.
18
+ validations :
19
+ required : true
20
+ - type : textarea
21
+ id : alternatives
22
+ attributes :
23
+ label : Describe alternatives you've considered.
24
+ placeholder : A clear and concise description of any alternative solutions or features you've considered.
25
+ validations :
26
+ required : true
27
+ - type : textarea
28
+ id : screenshots
29
+ attributes :
30
+ label : Show us the magic with screenshots
31
+ placeholder : Attach screenshots to visualize your idea
32
+ validations :
33
+ required : false
34
+ - type : checkboxes
35
+ id : terms
36
+ attributes :
37
+ label : ' Record'
38
+ options :
39
+ - label : I agree to follow this project's Code of Conduct
40
+ required : true
41
+ - label : I'm a GSSoC'23 contributor
42
+ - label : I want to work on this issue
43
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : ✨ Script Addition
2
+ description : Describe this Script you want to add
3
+ title : ' '
4
+ labels : ' '
5
+ assignees : ' '
6
+ body :
7
+ - type : textarea
8
+ id : Aim
9
+ attributes :
10
+ label : Aim
11
+ placeholder : What is the objective of the Script
12
+ validations :
13
+ required : true
14
+ - type : textarea
15
+ id : Details
16
+ attributes :
17
+ label : Details
18
+ placeholder : What the features will your script have
19
+ validations :
20
+ required : true
21
+ - type : checkboxes
22
+ id : terms
23
+ attributes :
24
+ label : ' Record'
25
+ options :
26
+ - label : I agree to follow this project's Code of Conduct
27
+ required : true
28
+ - label : I'm a GSSoC'23 contributor
29
+ - label : I want to work on this issue
30
+
31
+
You can’t perform that action at this time.
0 commit comments