mirror of https://github.com/grpc/grpc.git
Merge pull request #22866 from yashykt/noquestions
Add an issue template for questions and change wording for issue templatespull/22913/head
commit
da6094f70a
4 changed files with 32 additions and 11 deletions
@ -0,0 +1,17 @@ |
|||||||
|
--- |
||||||
|
name: Ask a question |
||||||
|
about: Ask a question |
||||||
|
labels: kind/question, priority/P3 |
||||||
|
assignees: markdroth |
||||||
|
|
||||||
|
--- |
||||||
|
|
||||||
|
PLEASE DO NOT POST A QUESTION HERE. |
||||||
|
This form is for bug reports and feature requests ONLY! |
||||||
|
|
||||||
|
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc |
||||||
|
|
||||||
|
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 |
||||||
|
|
||||||
|
This issue will be closed down once seen by the repo managers. |
||||||
|
|
Loading…
Reference in new issue