11
11
options :
12
12
- label : I have searched the existing issues
13
13
required : true
14
+
14
15
- type : textarea
15
16
id : issue-description
16
17
attributes :
19
20
placeholder : Describe the improvement or correction you'd like to see in the documentation.
20
21
validations :
21
22
required : true
23
+
22
24
- type : textarea
23
25
id : suggested-change
24
26
attributes :
@@ -27,14 +29,16 @@ body:
27
29
placeholder : Explain how the documentation should be updated or corrected.
28
30
validations :
29
31
required : true
32
+
30
33
- type : textarea
31
34
id : rationale
32
35
attributes :
33
36
label : Rationale
34
37
description : Why is this documentation update necessary or beneficial?
35
38
placeholder : Explain the importance or reasoning behind the suggested change.
36
39
validations :
37
- required : False
40
+ required : false
41
+
38
42
- type : dropdown
39
43
id : urgency
40
44
attributes :
@@ -47,14 +51,34 @@ body:
47
51
default : 0
48
52
validations :
49
53
required : true
54
+
50
55
- type : checkboxes
51
56
id : terms
52
57
attributes :
53
- label : Record
58
+ label : Acknowledgements
59
+ description : Ensure you have read and agree to the project's guidelines.
54
60
options :
55
- - label : " I have read the Contributing Guidelines"
61
+ - label : I have read the Contributing Guidelines
56
62
required : true
57
- - label : " I'm a GSSOC'24 contributor"
63
+ - label : I'm a GSSOC'24 contributor
58
64
required : false
59
- - label : " I have starred the repository"
65
+ - label : I have starred the repository
66
+ required : true
67
+ - label : I have read and followed the Contribution Guidelines
68
+ required : true
69
+ - label : I have followed the code style guidelines of this project
70
+ required : true
71
+ - label : I have checked for any existing open issues that my pull request may address
72
+ required : true
73
+ - label : I have ensured that my changes do not break any existing functionality
74
+ required : true
75
+ - label : Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently
76
+ required : true
77
+ - label : I have read the resources for guidance listed below
78
+ required : true
79
+ - label : I have not used AI-generated content (e.g., ChatGPT, other AI tools)
80
+ required : true
81
+ - label : I have not used content from existing sites (e.g., text, images)
82
+ required : true
83
+ - label : I have followed all security rules and only shared trusted resources
60
84
required : true
0 commit comments