/ .github / ISSUE_TEMPLATE / docs.yml
docs.yml
 1  name: Documentation
 2  description: Suggest a change to our documentation
 3  title: "[Docs]: "
 4  labels: ["docs", "needs-triage"]
 5  body:
 6    - type: markdown
 7      attributes:
 8        value: |
 9          If you are unsure if the docs are relevant or needed, please open up a discussion first.
10    - type: textarea
11      attributes:
12        label: Describe the change
13        description: |
14          Please describe the documentation you want to change or add, and if it is for end-users or contributors.
15      validations:
16        required: true
17    - type: textarea
18      attributes:
19        label: Additional context
20        description: Add any other context to the feature (like screenshots, resources)