github.com/goreleaser/nfpm/v2@v2.44.0/.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.
    23      validations:
    24        required: true
    25    - type: textarea
    26      id: nfpm-version
    27      attributes:
    28        label: nfpm version
    29        description: '`nfpm --version` output'
    30        render: bash
    31      validations:
    32        required: true
    33    - type: checkboxes
    34      id: search
    35      attributes:
    36        label: Search
    37        options:
    38          - label: I did search for other open and closed issues before opening this.
    39            required: true
    40    - type: checkboxes
    41      id: terms
    42      attributes:
    43        label: Code of Conduct
    44        description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
    45        options:
    46          - label: I agree to follow this project's Code of Conduct
    47            required: true
    48    - type: textarea
    49      id: ctx
    50      attributes:
    51        label: Additional context
    52        description: Anything else you would like to add
    53      validations:
    54        required: false