Skip to content

Commit 9125c59

Browse files
Create documentation.yml
1 parent 658d494 commit 9125c59

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

.github/documentation.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: 📝 Documentation Update
2+
description: Improve Documentation
3+
title: "[Doc]: "
4+
labels: [documentation]
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 the updates you want to make.
11+
options:
12+
- label: I have searched the existing issues
13+
required: true
14+
15+
- type: textarea
16+
id: issue-description
17+
attributes:
18+
label: Issue Description
19+
description: Please provide a clear description of the documentation update you are suggesting.
20+
placeholder: Describe the improvement or correction you'd like to see in the documentation.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: suggested-change
26+
attributes:
27+
label: Suggested Change
28+
description: Provide details of the proposed change to the documentation.
29+
placeholder: Explain how the documentation should be updated or corrected.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: rationale
35+
attributes:
36+
label: Rationale
37+
description: Why is this documentation update necessary or beneficial?
38+
placeholder: Explain the importance or reasoning behind the suggested change.
39+
validations:
40+
required: false
41+
42+
- type: dropdown
43+
id: urgency
44+
attributes:
45+
label: Urgency
46+
description: How urgently do you believe this documentation update is needed?
47+
options:
48+
- High
49+
- Medium
50+
- Low
51+
default: 0
52+
validations:
53+
required: true
54+
55+
- type: checkboxes
56+
id: terms
57+
attributes:
58+
label: Acknowledgements
59+
description: Ensure you have read and agree to the project's guidelines.
60+
options:
61+
- label: I'm a GSSOC'24-Extd contributor
62+
- label: I'm a Hacktoberfest contributor
63+
- label: I have starred the repository
64+
required: true
65+
- label: 'I am willing to work on this issue (optional)'
66+
required: false
67+
68+
69+

0 commit comments

Comments
 (0)