From cae6171860e0ca3471b275e04d99559b4554d04a Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 5 May 2020 01:29:39 -0700 Subject: [PATCH 1/3] Add a separate template for questions --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/cleanup_request.md | 8 +++++--- .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++--- .github/ISSUE_TEMPLATE/question.md | 18 ++++++++++++++++++ 4 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 74060283ce2..da76ad4263f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,10 +7,13 @@ assignees: veblush --- diff --git a/.github/ISSUE_TEMPLATE/cleanup_request.md b/.github/ISSUE_TEMPLATE/cleanup_request.md index 6e5c5aec48a..e0d45c214c9 100644 --- a/.github/ISSUE_TEMPLATE/cleanup_request.md +++ b/.github/ISSUE_TEMPLATE/cleanup_request.md @@ -7,11 +7,13 @@ assignees: veblush --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ba5d92da901..b34ed32325b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,11 +7,13 @@ assignees: veblush --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000000..b177589999a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,18 @@ +--- +name: Ask a question +about: Ask a question +labels: kind/question, priority/P3 +assignees: veblush + +--- + +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. + From abf8200f37e93bdef740a57c5d6fb27de9d0648d Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 5 May 2020 01:31:03 -0700 Subject: [PATCH 2/3] Merge master --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index b177589999a..8ba07914f73 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Ask a question about: Ask a question labels: kind/question, priority/P3 -assignees: veblush +assignees: markdroth --- From 86ce622ed0cfdc091cd371e2714560f01a827e05 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 5 May 2020 11:50:26 -0700 Subject: [PATCH 3/3] reviewer comments --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++---- .github/ISSUE_TEMPLATE/cleanup_request.md | 7 +++---- .github/ISSUE_TEMPLATE/feature_request.md | 7 +++---- .github/ISSUE_TEMPLATE/question.md | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a66d93ef80c..663fcbde3fb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,10 +10,9 @@ 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 +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 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) --> diff --git a/.github/ISSUE_TEMPLATE/cleanup_request.md b/.github/ISSUE_TEMPLATE/cleanup_request.md index ebcb4a4404d..cd547e286c1 100644 --- a/.github/ISSUE_TEMPLATE/cleanup_request.md +++ b/.github/ISSUE_TEMPLATE/cleanup_request.md @@ -10,10 +10,9 @@ 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 +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 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) --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c94a69002ed..717752f9207 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,10 +10,9 @@ 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 +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 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) --> diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 8ba07914f73..5dc067381f9 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -9,10 +9,9 @@ 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 +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.