1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: deleted in favor of new templates

This commit is contained in:
Carlos Alexandro Becker 2021-07-13 14:27:38 -03:00 committed by GitHub
parent 0ea374435e
commit 80dc5e65b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,35 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
```yaml
your goreleaser config file
```
> Make sure your config file is valid by running
> `goreleaser check -f path-to-config-file`.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment (please complete the following information):**
- OS: [e.g. mac, linux]
- OS version: [uname -a]
- GoReleaser Version [goreleaser --version]
- GitLab version (if using a private hosted one)
**Additional context**
Add any other context about the problem here. Full output log with debug on
is probably a helpful thing to add here.