go-micro.dev/v5@v5.12.0/.github/ISSUE_TEMPLATE/question.md (about) 1 --- 2 name: Question 3 about: Ask a question about using Go Micro 4 title: '[QUESTION] ' 5 labels: question 6 assignees: '' 7 --- 8 9 ## Your question 10 A clear and concise question about Go Micro usage. 11 12 ## What have you tried? 13 Describe what you've already attempted or researched. 14 15 ## Code sample (if applicable) 16 ```go 17 // Your code here 18 ``` 19 20 ## Context 21 Provide any additional context that might help answer your question. 22 23 ## Resources you've checked 24 - [ ] [Getting Started Guide](https://github.com/micro/go-micro/tree/master/internal/website/docs/getting-started.md) 25 - [ ] [Examples](https://github.com/micro/go-micro/tree/master/internal/website/docs/examples) 26 - [ ] [API Documentation](https://pkg.go.dev/go-micro.dev/v5) 27 - [ ] Searched existing issues 28 29 ## Helpful links 30 - [Documentation](https://github.com/micro/go-micro/tree/master/internal/website/docs) 31 - [Plugins Guide](https://github.com/micro/go-micro/tree/master/internal/website/docs/plugins.md)