@@ -3,23 +3,67 @@ description: Suggest an idea for this project.
3
3
title : " [FEATURE] <description>"
4
4
labels : [enhancement]
5
5
body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ ## Before You Start
10
+ - Please search the issues (open/closed) to see if your idea has already been suggested.
11
+ - If an existing issue is similar to your feature request, consider contributing to it.
12
+ - Screenshots or mockups can greatly help illustrate your ideas. You can add these in the 'Screenshots/Mockups' section below.
13
+
14
+ - type : textarea
15
+ id : summary
16
+ attributes :
17
+ label : Summary
18
+ description : Briefly describe the feature you want to be implemented.
19
+ validations :
20
+ required : true
21
+
22
+ - type : textarea
23
+ id : motivation
24
+ attributes :
25
+ label : Motivation
26
+ description : Why do you think this feature will be beneficial?
27
+ validations :
28
+ required : true
29
+
6
30
- type : textarea
7
- id : description
31
+ id : detailed- description
8
32
attributes :
9
- label : Description of the feature request
10
- description : Provide a detailed description of the change or addition you are proposing
33
+ label : Detailed Description
34
+ description : Provide a detailed description of the proposed feature.
11
35
validations :
12
36
required : true
37
+
13
38
- type : textarea
14
39
id : screenshots
15
40
attributes :
16
- label : Add screenshots of the feature request (if applicable)
41
+ label : Screenshots/Mockups (if applicable)
42
+ description : Provide URLs of your uploaded screenshots or mockups, if any.
17
43
validations :
18
44
required : false
45
+
46
+ - type : textarea
47
+ id : additional-context
48
+ attributes :
49
+ label : Additional Context
50
+ description : Any other context or information that might be helpful.
51
+ validations :
52
+ required : false
53
+
54
+ - type : checkboxes
55
+ id : existing-issues
56
+ attributes :
57
+ label : Existing Issues
58
+ description : Did you check if this request has already been reported?
59
+ options :
60
+ - label : I have checked existing issues (open and closed) for duplicates
61
+ required : true
62
+
19
63
- type : textarea
20
- id : context
64
+ id : alternatives
21
65
attributes :
22
- label : Additional information/context
23
- description : Is there anything else we should know about this feature ?
66
+ label : Alternatives Considered
67
+ description : What alternative solutions or features have you considered ?
24
68
validations :
25
69
required : false
0 commit comments