File tree Expand file tree Collapse file tree 2 files changed +63
-12
lines changed Expand file tree Collapse file tree 2 files changed +63
-12
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
3
+ title : " [Feature Request]: "
4
+ labels : enhancement
5
+ body :
6
+ - type : checkboxes
7
+ id : existing-issue
8
+ attributes :
9
+ label : Is there an existing issue for this?
10
+ description : Please search to see if an issue already exists for this feature.
11
+ options :
12
+ - label : I have searched the existing issues
13
+ required : true
14
+ - type : textarea
15
+ id : feature-description
16
+ attributes :
17
+ label : Feature Description
18
+ description : Please provide a detailed description of the feature you are requesting.
19
+ placeholder : Describe the new feature or enhancement you'd like to see.
20
+ validations :
21
+ required : true
22
+ - type : textarea
23
+ id : use-case
24
+ attributes :
25
+ label : Use Case
26
+ description : How would this feature enhance your use of the project?
27
+ placeholder : Describe a specific use case or scenario where this feature would be beneficial.
28
+ validations :
29
+ required : true
30
+ - type : textarea
31
+ id : benefits
32
+ attributes :
33
+ label : Benefits
34
+ description : What benefits would this feature bring to the project or community?
35
+ placeholder : Explain the advantages of implementing this feature.
36
+ - type : textarea
37
+ id : screenShots
38
+ attributes :
39
+ label : Add ScreenShots
40
+ description : If any...
41
+ - type : dropdown
42
+ id : priority
43
+ attributes :
44
+ label : Priority
45
+ description : How important is this feature to you?
46
+ options :
47
+ - High
48
+ - Medium
49
+ - Low
50
+ default : 0
51
+ validations :
52
+ required : true
53
+ - type : checkboxes
54
+ id : terms
55
+ attributes :
56
+ label : Record
57
+ options :
58
+ - label : " I have read the Contributing Guidelines"
59
+ required : true
60
+ - label : " I'm a GSSOC'24 contributor"
61
+ required : false
62
+ - label : " I have starred the repository"
63
+ required : true
You can’t perform that action at this time.
0 commit comments