Skip to content

Commit 5cbc719

Browse files
authored
Update documentation.yml
1 parent 1f6f567 commit 5cbc719

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body:
1111
options:
1212
- label: I have searched the existing issues
1313
required: true
14+
1415
- type: textarea
1516
id: issue-description
1617
attributes:
@@ -19,6 +20,7 @@ body:
1920
placeholder: Describe the improvement or correction you'd like to see in the documentation.
2021
validations:
2122
required: true
23+
2224
- type: textarea
2325
id: suggested-change
2426
attributes:
@@ -27,14 +29,16 @@ body:
2729
placeholder: Explain how the documentation should be updated or corrected.
2830
validations:
2931
required: true
32+
3033
- type: textarea
3134
id: rationale
3235
attributes:
3336
label: Rationale
3437
description: Why is this documentation update necessary or beneficial?
3538
placeholder: Explain the importance or reasoning behind the suggested change.
3639
validations:
37-
required: False
40+
required: false
41+
3842
- type: dropdown
3943
id: urgency
4044
attributes:
@@ -47,14 +51,34 @@ body:
4751
default: 0
4852
validations:
4953
required: true
54+
5055
- type: checkboxes
5156
id: terms
5257
attributes:
53-
label: Record
58+
label: Acknowledgements
59+
description: Ensure you have read and agree to the project's guidelines.
5460
options:
55-
- label: "I have read the Contributing Guidelines"
61+
- label: I have read the Contributing Guidelines
5662
required: true
57-
- label: "I'm a GSSOC'24 contributor"
63+
- label: I'm a GSSOC'24 contributor
5864
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
6084
required: true

0 commit comments

Comments
 (0)