1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/.github/ISSUE_TEMPLATE/bug.yaml

64 lines
1.8 KiB
YAML
Raw Normal View History

2021-07-13 19:16:19 +02:00
name: Bug Report
description: File a bug report
title: "[Bug]: "
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 bellow.
- 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 19:23:45 +02:00
- type: textarea
2021-07-13 19:20:41 +02:00
id: goreleaser-version
attributes:
label: goreleaser version
description: '`goreleaser --version` output'
2021-07-13 19:23:45 +02:00
render: bash
2021-07-13 19:20:41 +02:00
validations:
required: true
- type: checkboxes
id: goreleaser-check
attributes:
label: GoReleaser Check
options:
- label: goreleaser check shows no errors
description: 'If I run `goreleaser check` it shows no errors'
required: true
2021-07-13 19:16:19 +02:00
- 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: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2021-07-13 19:20:41 +02:00
- type: textarea
id: ctx
attributes:
label: Additional context
description: Anything else you would like to add
validations:
required: false