1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-05 10:20:53 +02:00
go-micro/.github/ISSUE_TEMPLATE/bug_report.md

26 lines
413 B
Markdown
Raw Normal View History

---
name: Bug report
about: For reporting bugs in go-micro
title: "[BUG]"
2022-09-30 20:32:55 +02:00
labels: ""
assignees: ""
---
2022-09-30 20:32:55 +02:00
## Describe the bug
1. What are you trying to do?
2. What did you expect to happen?
3. What happens instead?
2022-09-30 20:32:55 +02:00
## How to reproduce the bug
If possible, please include a minimal code snippet here.
2022-09-30 20:32:55 +02:00
## Environment
Go Version: please paste `go version` output here
2022-09-30 20:32:55 +02:00
```go
please paste `go env` output here
```