github.com/amane3/goreleaser@v0.182.0/.github/ISSUE_TEMPLATE/Bug_report.md (about) 1 --- 2 name: Bug report 3 about: Create a report to help us improve 4 labels: bug 5 --- 6 7 **Describe the bug** 8 9 A clear and concise description of what the bug is. 10 11 **To Reproduce** 12 13 Steps to reproduce the behavior: 14 15 ```yaml 16 your goreleaser config file 17 ``` 18 19 > Make sure your config file is valid by running 20 > `goreleaser check -f path-to-config-file`. 21 22 **Expected behavior** 23 24 A clear and concise description of what you expected to happen. 25 26 **Environment (please complete the following information):** 27 28 - OS: [e.g. mac, linux] 29 - OS version: [uname -a] 30 - GoReleaser Version [goreleaser --version] 31 - GitLab version (if using a private hosted one) 32 33 **Additional context** 34 Add any other context about the problem here. Full output log with debug on 35 is probably a helpful thing to add here.