Commit ea768d9 1 parent 0f81072 commit ea768d9 Copy full SHA for ea768d9
File tree 4 files changed +201
-0
lines changed
4 files changed +201
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🪲 Bug Report
2
+ description : Report your bug by filling the information given below
3
+ title : " [Bug]: "
4
+
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this bug report!
10
+ - type : textarea
11
+ id : bug-description
12
+ attributes :
13
+ label : Give a brief about the bug ✍️
14
+ description : Enter a brief description about the bug report
15
+ placeholder : Please include a summary, also include relevant motivation and context.
16
+ value : " Description"
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ id : behaviors
21
+ attributes :
22
+ label : What is the expected behavior? 🤔
23
+ description : Enter the expected behavior of the bug
24
+ placeholder : Please include a summary, also include relevant motivation and context.
25
+ value : " Description"
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ id : instructions
30
+ attributes :
31
+ label : Provide step by step information to reproduce the bug 📄
32
+ description : Enter the description of how you plan to find the bug's solution
33
+ placeholder : Please include a summary, also include relevant motivation and context.
34
+ value : " Description"
35
+ validations :
36
+ required : true
37
+ - type : dropdown
38
+ id : contribution
39
+ attributes :
40
+ label : Select program in which you are contributing
41
+ multiple : true
42
+ options :
43
+ - GSoC'25
44
+ - SWoC'25
45
+ - Other
46
+ - type : checkboxes
47
+ id : terms
48
+ attributes :
49
+ label : Code of Conduct
50
+ description : By submitting this issue, you agree to follow our [CODE OF CONDUCT]()
51
+ options :
52
+ - label : I follow [CONTRIBUTING GUIDELINE]() of this project.
53
+ required : true
54
+
Original file line number Diff line number Diff line change
1
+ name : 📚 Documentation or README.md issue report
2
+ description : Report an issue in the project's documentation or README.md file.
3
+ title : " [Documentation Bug]: "
4
+
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this documentation bug report!
10
+ - type : textarea
11
+ id : documentation-bug-description
12
+ attributes :
13
+ label : Describe the bug ✍️
14
+ description : Enter a brief description about the documentation bug report
15
+ placeholder : Please include a summary, also include relevant motivation and context.
16
+ value : " Describe your bug here"
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ id : instructions
21
+ attributes :
22
+ label : Provide step by step information reproduce the bug 📄
23
+ description : Enter the description on how you plan to find the bug's solution
24
+ placeholder : Please include a summary, also include relevant motivation and context.
25
+ value : " Description"
26
+ validations :
27
+ required : true
28
+ - type : dropdown
29
+ id : contribution
30
+ attributes :
31
+ label : Select program in which you are contributing
32
+ multiple : true
33
+ options :
34
+ - GSoC'25
35
+ - SWoC'25
36
+ - Other
37
+ - type : checkboxes
38
+ id : terms
39
+ attributes :
40
+ label : Code of Conduct
41
+ description : By submitting this issue, you agree to follow our [CODE OF CONDUCT]()
42
+ options :
43
+ - label : I follow [CONTRIBUTING GUIDELINE]() of this project.
44
+ required : true
Original file line number Diff line number Diff line change
1
+ name : 🆕 Feature request
2
+ description : Suggest an idea for this project
3
+ title : " [FEATURE] "
4
+ labels : [enhancement]
5
+
6
+
7
+ projects : ["new-website"]
8
+
9
+ body :
10
+ - type : markdown
11
+ attributes :
12
+ value : |
13
+ Thanks for taking the time to open a feature request! Please provide us with as much detail as possible to help us understand your idea.
14
+
15
+ - type : input
16
+ id : title
17
+ attributes :
18
+ label : Feature title
19
+ description : A brief title for your feature request
20
+ placeholder : Add a descriptive title
21
+ validations :
22
+ required : true
23
+
24
+ - type : textarea
25
+ id : description
26
+ attributes :
27
+ label : Description
28
+ description : A detailed description of the feature you are requesting
29
+ placeholder : Describe the feature in detail
30
+ validations :
31
+ required : true
32
+
33
+ - type : textarea
34
+ id : motivation
35
+ attributes :
36
+ label : Motivation
37
+ description : Explain why this feature would be useful
38
+ placeholder : Explain the motivation behind this feature
39
+ validations :
40
+ required : true
41
+
42
+ - type : textarea
43
+ id : alternatives
44
+ attributes :
45
+ label : Alternatives
46
+ description : Describe any alternative solutions or features you've considered
47
+ placeholder : Describe alternative solutions
48
+ validations :
49
+ required : false
50
+
51
+ - type : dropdown
52
+ id : contribution
53
+ attributes :
54
+ label : Select program in which you are contributing
55
+ multiple : true
56
+ options :
57
+ - GSoC'25
58
+ - SWoC'25
59
+ - Other
60
+
61
+ - type : input
62
+ id : additional_context
63
+ attributes :
64
+ label : Additional context
65
+ description : Add any other context or screenshots about the feature request
66
+ placeholder : Add any other context or screenshots
67
+ validations :
68
+ required : false
Original file line number Diff line number Diff line change
1
+ name : ❓ Question or Support Request
2
+ description : Questions and requests for support.
3
+ title : " [Question]: "
4
+
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this and letting us know your question
10
+ - type : textarea
11
+ id : description
12
+ attributes :
13
+ label : Describe your question or ask for support.❓
14
+ description : Enter a brief description about your question or support needed
15
+ placeholder : Please include a summary, also include relevant motivation and context.
16
+ value : " Description"
17
+ validations :
18
+ required : true
19
+ - type : dropdown
20
+ id : contribution
21
+ attributes :
22
+ label : Select program in which you are contributing
23
+ multiple : true
24
+ options :
25
+ - GSoC'25
26
+ - SWoC'25
27
+ - Other
28
+ - type : checkboxes
29
+ id : terms
30
+ attributes :
31
+ label : Code of Conduct
32
+ description : By submitting this issue, you agree to follow our [CODE OF CONDUCT]()
33
+ options :
34
+ - label : I follow [CONTRIBUTING GUIDELINE]() of this project.
35
+ required : true
You can’t perform that action at this time.
0 commit comments