2021-07-13 14:16:19 -03:00
name : Bug Report
description : File a bug report
labels : [ bug, triage]
assignees :
- caarlos0
body :
- type : markdown
attributes :
value : |
2021-09-16 14:31:57 -03:00
Thanks for taking the time to fill out this bug report! Please fill the form below.
2021-07-13 14:16:19 -03:00
- 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
2021-07-13 14:23:45 -03:00
- type : textarea
2021-07-13 14:20:41 -03:00
id : goreleaser-version
attributes :
label : goreleaser version
2023-06-25 05:33:44 +00:00
description : "`goreleaser --version` output"
2021-07-13 14:23:45 -03:00
render : bash
2021-07-13 14:20:41 -03:00
validations :
required : true
- type : checkboxes
id : goreleaser-check
attributes :
label : GoReleaser Check
2023-06-25 05:33:44 +00:00
description : "If I run `goreleaser check` it shows no errors"
2021-07-13 14:20:41 -03:00
options :
- label : goreleaser check shows no errors
required : true
2021-07-13 14:16:19 -03:00
- type : checkboxes
id : search
attributes :
label : Search
options :
2023-05-19 19:33:37 +00:00
- label : I did search for other open and closed issues before opening this
required : true
- type : checkboxes
id : supporter
attributes :
label : Supporter
options :
2023-06-25 05:33:44 +00:00
- label : I am a [sponsor](https://github.com/sponsors/caarlos0/) or a [Pro](https://goreleaser.com/pro) customer
2021-07-13 14:16:19 -03:00
- type : checkboxes
id : terms
attributes :
label : Code of Conduct
2022-02-08 14:20:50 -03:00
description : By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
2021-07-13 14:16:19 -03:00
options :
- label : I agree to follow this project's Code of Conduct
required : true
2021-07-13 14:20:41 -03:00
- type : textarea
id : ctx
attributes :
label : Additional context
description : Anything else you would like to add
validations :
required : false