| 1 | name: 📕 Documentation Issue |
| 2 | description: Report an issue in the Reference documentation or Developer Guide |
| 3 | labels: ['Unit: Documentation'] |
| 4 | body: |
| 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 |