1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

docs: create bug issue template

This commit is contained in:
Carlos Alexandro Becker 2018-01-02 18:06:08 -02:00 committed by GitHub
parent 62fd78efc5
commit b3e17c5036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
.github/ISSUE_TEMPLATES/bug.md vendored Normal file
View File

@ -0,0 +1,28 @@
### Prerequisites
* [ ] Are you running the latest version?
* [ ] Did you perform a search to see if this problem was already reported?
For more information, see the `CONTRIBUTING` guide.
### Description
[Description of the bug or feature]
### Environment
Please paste the output of:
* `go version`
* `uname -a`
* `goreleaser --debug`
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expected to happen]
**Actual behavior:** [What actually happened]