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

     1  name: Feature Request
     2  description: Request a new feature and/or enhancement to an existing feature
     3  labels: [enhancement, triage]
     4  assignees:
     5    - caarlos0
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: |
    10          Thanks for taking the time to fill out this feature request! Please fill the form below.
    11    - type: textarea
    12      id: is-it-a-problem
    13      attributes:
    14        label: Is your feature request related to a problem? Please describe.
    15        description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
    16      validations:
    17        required: true
    18    - type: textarea
    19      id: solution
    20      attributes:
    21        label: Describe the solution you'd like
    22        description: A clear and concise description of what you want to happen.
    23      validations:
    24        required: true
    25    - type: textarea
    26      id: alternatives
    27      attributes:
    28        label: Describe alternatives you've considered
    29        description: A clear and concise description of any alternative solutions or features you've considered.
    30      validations:
    31        required: true
    32    - type: checkboxes
    33      id: search
    34      attributes:
    35        label: Search
    36        options:
    37          - label: I did search for other open and closed issues before opening this
    38            required: true
    39    - type: checkboxes
    40      id: supporter
    41      attributes:
    42        label: Supporter
    43        options:
    44          - label: I am a [sponsor](https://github.com/sponsors/caarlos0/) or a [Pro](https://goreleaser.com/pro) customer
    45    - type: checkboxes
    46      id: terms
    47      attributes:
    48        label: Code of Conduct
    49        description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
    50        options:
    51          - label: I agree to follow this project's Code of Conduct
    52            required: true
    53    - type: textarea
    54      id: ctx
    55      attributes:
    56        label: Additional context
    57        description: Anything else you would like to add
    58      validations:
    59        required: false