-
Notifications
You must be signed in to change notification settings - Fork 372
Expand file tree
/
Copy pathdocumentation.yml
More file actions
37 lines (37 loc) · 1.2 KB
/
Copy pathdocumentation.yml
File metadata and controls
37 lines (37 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: "📝 Documentation Update"
description: "Propose an update or correction to the documentation"
title: "DOC UPDATE:"
labels: ["Documentation"]
body:
- type: textarea
attributes:
label: "Documentation Page"
description: "Which page or section of the documentation needs to be updated?"
validations:
required: true
- type: textarea
attributes:
label: "Description of Changes"
description: "Describe the changes you propose for the documentation."
validations:
required: true
- type: textarea
attributes:
label: "Reason for Update"
description: "Explain why these changes are necessary or beneficial."
validations:
required: false
- type: textarea
attributes:
label: "Screenshots/Logs"
description: "If applicable, add screenshots or logs that can help us understand the issue better."
validations:
required: false
- type: checkboxes
attributes:
label: "Additional Information"
options:
- label: "I have checked the documentation for accuracy"
required: true
- label: "I am willing to help with this update"
- label: "I can provide further clarification if needed"