...

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

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

     1name: Bug report
     2description: File a bug report to help us improve
     3labels: ["bug"]
     4body:
     5  - type: markdown
     6    attributes:
     7      value: |
     8        Thanks for taking the time to fill out this bug report!
     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: input
    13    attributes:
    14      label: Version
    15      description: Please specify the exact Go module version you're reporting for.
    16    validations:
    17      required: true
    18  - type: textarea
    19    attributes:
    20      label: Describe the bug
    21      description: A clear and concise description of what the bug is.
    22    validations:
    23      required: true
    24  - type: textarea
    25    attributes:
    26      label: To reproduce
    27      description: A code snippet to reproduce the problem described above.
    28    validations:
    29      required: true
    30  - type: textarea
    31    attributes:
    32      label: Expected behavior
    33      description: A clear and concise description of what you expected to happen.
    34    validations:
    35      required: true
    36  - type: textarea
    37    attributes:
    38      label: Additional context
    39      description: |
    40        Links? References? Suggestions? Anything that will give us more context about the issue you are encountering!
    41
    42        Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
    43    validations:
    44      required: false
    45  - type: checkboxes
    46    attributes:
    47      label: Code of Conduct
    48      description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct)
    49      options:
    50        - label: I agree to follow this project's Code of Conduct
    51          required: true

View as plain text