github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/.github/ISSUE_TEMPLATE/documentation_improvement.yaml (about)

     1  name: 📖 Documentation Improvement
     2  description: Suggest improvements to our documentation
     3  title: "[DOCS]: "
     4  labels: [Documentation] 
     5  body:
     6  - type: markdown
     7    attributes:
     8      value: |
     9        Thanks for taking the time to fill out this documentation improvement request!
    10  - type: checkboxes
    11    attributes:
    12      label: Is there an existing issue for this?
    13      description: Please search to see if an issue realated to this already exists.
    14      options:
    15      - label: I have searched the existing issues
    16        required: true
    17  - type: textarea
    18    attributes:
    19      label: Documentation Link 
    20      description: Add a link to the page which needs improvement (if relevant)
    21    validations:
    22      required: false
    23  - type: textarea
    24    attributes:
    25      label: Describe the problem
    26      description: Is the documentation missing? Or is it confusing? Why is it confusing?
    27    validations:
    28      required: false
    29  - type: textarea
    30    attributes:
    31      label: Describe the improvement
    32      description: A clear and concise description of the improvement.  
    33    validations:
    34      required: false
    35  - type: textarea
    36    attributes:
    37      label: Anything else?
    38      description: |
    39        Links? References? Anything that will give us more context about the issue you are encountering!
    40    validations:
    41      required: false