mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
69 lines
2.1 KiB
YAML
69 lines
2.1 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: [bug, triage]
|
|
assignees:
|
|
- caarlos0
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report! Please fill the form below.
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproducible
|
|
attributes:
|
|
label: How can we reproduce this?
|
|
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.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: goreleaser-version
|
|
attributes:
|
|
label: goreleaser version
|
|
description: '`goreleaser --version` output'
|
|
render: bash
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: goreleaser-check
|
|
attributes:
|
|
label: GoReleaser Check
|
|
description: 'If I run `goreleaser check` it shows no errors'
|
|
options:
|
|
- label: goreleaser check shows no errors
|
|
required: true
|
|
- type: checkboxes
|
|
id: search
|
|
attributes:
|
|
label: Search
|
|
options:
|
|
- label: I did search for other open and closed issues before opening this
|
|
required: true
|
|
- type: checkboxes
|
|
id: supporter
|
|
attributes:
|
|
label: Supporter
|
|
options:
|
|
- label: I am a [sponsor](https://github.com/sponsors/caarlos0/) of [Pro](https://goreleaser.com/pro) customer
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|
|
- type: textarea
|
|
id: ctx
|
|
attributes:
|
|
label: Additional context
|
|
description: Anything else you would like to add
|
|
validations:
|
|
required: false
|