/ .github / ISSUE_TEMPLATE / documentation-issue.yml
documentation-issue.yml
 1  name: "📚 Documentation Issue"
 2  description: Report issues in our documentation
 3  labels: 
 4  - Issue-Docs
 5  - Needs-Triage 
 6  body:
 7  - type: textarea
 8    attributes: 
 9      label: Describe the requested doc changes
10      placeholder: Briefly describe which document needs to be corrected and why.
11    validations:
12      required: true