You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Links to failing goreleaser runs and etc are also helpful.
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: goreleaser-version
27
+
attributes:
28
+
label: goreleaser version
29
+
description: '`goreleaser --version` output'
30
+
render: bash
31
+
validations:
32
+
required: true
33
+
- type: checkboxes
34
+
id: goreleaser-check
35
+
attributes:
36
+
label: GoReleaser Check
37
+
description: 'If I run `goreleaser check` it shows no errors'
38
+
options:
39
+
- label: goreleaser check shows no errors
40
+
required: true
41
+
- type: checkboxes
42
+
id: search
43
+
attributes:
44
+
label: Search
45
+
options:
46
+
- label: I did search for other open and closed issues before opening this.
47
+
required: true
48
+
- type: checkboxes
49
+
id: terms
50
+
attributes:
51
+
label: Code of Conduct
52
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/goreleaser/blob/main/CODE_OF_CONDUCT.md)
53
+
options:
54
+
- label: I agree to follow this project's Code of Conduct
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: terms
41
+
attributes:
42
+
label: Code of Conduct
43
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/goreleaser/blob/main/CODE_OF_CONDUCT.md)
44
+
options:
45
+
- label: I agree to follow this project's Code of Conduct
0 commit comments