1--- 2name: " Documentation Issue" 3description: Report an issue in the API Reference documentation or Developer Guide 4title: "(short issue description)" 5labels: [documentation, needs-triage] 6assignees: [] 7body: 8 - type: textarea 9 id: description 10 attributes: 11 label: Describe the issue 12 description: A clear and concise description of the issue. 13 validations: 14 required: true 15 16 - type: textarea 17 id: links 18 attributes: 19 label: Links 20 description: | 21 Include links to affected documentation page(s). 22 validations: 23 required: true 24