Create Bug Report Issue Template

To encourage users to provide context with bug reports
This commit is contained in:
Jake Sanders 2019-11-26 11:17:32 +00:00 committed by GitHub
parent 19f2f8b161
commit d2eba3f8f9

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Bug report
about: For reporting bugs in go-micro
title: "[BUG]"
labels: ''
assignees: ''
---
**Describe the bug**
1. What are you trying to do?
2. What did you expect to happen?
3. What happens instead?
**How to reproduce the bug:**
If possible, please include a minimal code snippet here.
**Environment:**
```
please paste `go env` output here
```