| name: Documentation | |
| description: Report a problem with the documentation | |
| labels: ["docs"] | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| > [!NOTE] | |
| > Trivial changes (for example typos) don’t require an issue before opening a PR. | |
| - type: textarea | |
| id: description | |
| attributes: | |
| label: "Documentation" | |
| description: "A clear and concise description of the issue. Include a link to the page." | |
| validations: | |
| required: true |