Openstatus
www.openstatus.dev
1name: "📚 Documentation request"
2description: Need to report a documentation issue? Please fill out the information below
3title: '[docs]'
4labels: ['documentation']
5body:
6 - type: dropdown
7 id: type-of-doc-issue
8 attributes:
9 label: Type of documentation issue
10 multiple: true
11 options:
12 - "Broken Link"
13 - "Incorrect Information"
14 - "Typo"
15 - "Missing Information"
16 - "Other"
17 validations:
18 required: true
19 - type: textarea
20 attributes:
21 label: Describe the problem and the proposed solution
22 description: Please describe the change & need of change in as much detail possible.
23 validations:
24 required: false