Imported Upstream version 1.36.0
[platform/upstream/grpc.git] / .github / ISSUE_TEMPLATE / feature_request.md
1 ---
2 name: Request a feature
3 about: Suggest an idea for this project
4 labels: kind/enhancement, priority/P2
5 assignees: veblush
6
7 ---
8
9 <!--
10 PLEASE DO NOT POST A QUESTION HERE.
11 This form is for bug reports and feature requests ONLY!
12
13 For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
14
15 For questions that specifically need to be answered by gRPC team members, please ask/look for answers at grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
16
17 Issues specific to *grpc-java*, *grpc-go*, *grpc-node*, *grpc-dart*, *grpc-web* should be created in the repository they belong to (e.g. https://github.com/grpc/grpc-LANGUAGE/issues/new)
18 -->
19
20 ### Is your feature request related to a problem? Please describe.
21 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
22
23 ### Describe the solution you'd like
24 A clear and concise description of what you want to happen.
25
26 ### Describe alternatives you've considered
27 A clear and concise description of any alternative solutions or features you've considered.
28
29 ### Additional context
30 Add any other context about the feature request here.