github.com/goreleaser/goreleaser@v1.25.1/.github/ISSUE_TEMPLATE/bug.yaml (about)

     1  name: Bug Report
     2  description: File a bug report
     3  labels: [bug, triage]
     4  assignees:
     5    - caarlos0
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: |
    10          Thanks for taking the time to fill out this bug report! Please fill the form below.
    11    - type: textarea
    12      id: what-happened
    13      attributes:
    14        label: What happened?
    15        description: Also tell us, what did you expect to happen?
    16      validations:
    17        required: true
    18    - type: textarea
    19      id: reproducible
    20      attributes:
    21        label: How can we reproduce this?
    22        description: Please share a public repository that reproduces the issue, or an example config file. Links to failing goreleaser runs and etc are also helpful.
    23      validations:
    24        required: true
    25    - type: textarea
    26      id: goreleaser-version
    27      attributes:
    28        label: goreleaser version
    29        description: "`goreleaser --version` output"
    30        render: bash
    31      validations:
    32        required: true
    33    - type: checkboxes
    34      id: goreleaser-check
    35      attributes:
    36        label: GoReleaser Check
    37        description: "If I run `goreleaser check` it shows no errors"
    38        options:
    39          - label: goreleaser check shows no errors
    40            required: true
    41    - type: checkboxes
    42      id: search
    43      attributes:
    44        label: Search
    45        options:
    46          - label: I did search for other open and closed issues before opening this
    47            required: true
    48    - type: checkboxes
    49      id: supporter
    50      attributes:
    51        label: Supporter
    52        options:
    53          - label: I am a [sponsor](https://github.com/sponsors/caarlos0/) or a [Pro](https://goreleaser.com/pro) customer
    54    - type: checkboxes
    55      id: terms
    56      attributes:
    57        label: Code of Conduct
    58        description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
    59        options:
    60          - label: I agree to follow this project's Code of Conduct
    61            required: true
    62    - type: textarea
    63      id: ctx
    64      attributes:
    65        label: Additional context
    66        description: Anything else you would like to add
    67      validations:
    68        required: false