v / .github / ISSUE_TEMPLATE / documentation.yml
19 lines · 18 sloc · 513 bytes · fec2a8b7b122b4b0d2a73bff97f2f43c06bb37cc
Raw
1name: 📕 Documentation Issue
2description: Report an issue in the Reference documentation or Developer Guide
3labels: ['Unit: Documentation']
4body:
5 - type: textarea
6 id: description
7 attributes:
8 label: Describe the issue
9 description: A clear and concise description of the issue.
10 validations:
11 required: true
12
13 - type: textarea
14 id: links
15 attributes:
16 label: Links
17 description: Include links to affected documentation page(s).
18 validations:
19 required: true
20