go-micro.dev/v5@v5.12.0/.github/ISSUE_TEMPLATE/feature_request.md (about) 1 --- 2 name: Feature request 3 about: Suggest an idea for this project 4 title: '[FEATURE] ' 5 labels: enhancement 6 assignees: '' 7 --- 8 9 ## Is your feature request related to a problem? 10 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 11 12 ## Describe the solution you'd like 13 A clear and concise description of what you want to happen. 14 15 ## Describe alternatives you've considered 16 A clear and concise description of any alternative solutions or features you've considered. 17 18 ## Use case 19 Describe how this feature would be used in practice. What problem does it solve? 20 21 ## Additional context 22 Add any other context, code examples, or screenshots about the feature request here. 23 24 ## Willing to contribute? 25 - [ ] I'd be willing to submit a PR for this feature 26 27 ## Resources 28 - [Documentation](https://github.com/micro/go-micro/tree/master/internal/website/docs) 29 - [Plugins](https://github.com/micro/go-micro/tree/master/internal/website/docs/plugins.md) 30 - [Roadmap](https://github.com/micro/go-micro/blob/master/ROADMAP.md)