github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/.github/ISSUE_TEMPLATE/documentation-issue.yml (about)

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