go-micro.dev/v5@v5.12.0/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug report 3 about: Create a report to help us improve 4 title: '[BUG] ' 5 labels: bug 6 assignees: '' 7 --- 8 9 ## Describe the bug 10 A clear and concise description of what the bug is. 11 12 ## To Reproduce 13 Steps to reproduce the behavior: 14 1. Create service with '...' 15 2. Configure plugin '...' 16 3. Run command '...' 17 4. See error 18 19 ## Expected behavior 20 A clear and concise description of what you expected to happen. 21 22 ## Code sample 23 ```go 24 // Minimal reproducible code 25 ``` 26 27 ## Environment 28 - Go Micro version: [e.g. v5.3.0] 29 - Go version: [e.g. 1.21.0] 30 - OS: [e.g. Ubuntu 22.04] 31 - Plugins used: [e.g. consul registry, nats broker] 32 33 ## Logs 34 ``` 35 Paste relevant logs here 36 ``` 37 38 ## Additional context 39 Add any other context about the problem here. 40 41 ## Resources 42 - [Documentation](https://github.com/micro/go-micro/tree/master/internal/website/docs) 43 - [Examples](https://github.com/micro/go-micro/tree/master/internal/website/docs/examples) 44 - [API Reference](https://pkg.go.dev/go-micro.dev/v5)