...

Text file src/gopkg.in/ini.v1/.github/ISSUE_TEMPLATE/documentation.yml

Documentation: gopkg.in/ini.v1/.github/ISSUE_TEMPLATE

     1name: Improve documentation
     2description: Suggest an idea or a patch for documentation
     3labels: ["documentation"]
     4body:
     5  - type: markdown
     6    attributes:
     7      value: |
     8        Thanks for taking the time to fill out this form!
     9
    10        - Before you file an issue read the [Contributing guide](https://github.com/go-ini/ini/blob/main/.github/contributing.md).
    11        - Check to make sure someone hasn't already opened a similar [issue](https://github.com/go-ini/ini/issues).
    12  - type: textarea
    13    attributes:
    14      label: What needs to be improved? Please describe
    15      description: A clear and concise description of what is wrong or missing.
    16    validations:
    17      required: true
    18  - type: textarea
    19    attributes:
    20      label: Why do you think it is important?
    21      description: A clear and concise explanation of the rationale.
    22    validations:
    23      required: true
    24  - type: checkboxes
    25    attributes:
    26      label: Code of Conduct
    27      description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct)
    28      options:
    29        - label: I agree to follow this project's Code of Conduct
    30          required: true

View as plain text