Skip to content

Commit da6094f

Browse files
authored
Merge pull request grpc#22866 from yashykt/noquestions
Add an issue template for questions and change wording for issue templates
2 parents 14ab949 + 86ce622 commit da6094f

File tree

4 files changed

+32
-11
lines changed

4 files changed

+32
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ assignees: markdroth
77
---
88

99
<!--
10+
PLEASE DO NOT POST A QUESTION HERE.
1011
This form is for bug reports and feature requests ONLY!
11-
For general questions and troubleshooting, please ask/look for answers here:
12-
- grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
13-
- StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
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
1416
1517
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)
1618
-->

.github/ISSUE_TEMPLATE/cleanup_request.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ assignees: markdroth
77
---
88

99
<!--
10-
10+
PLEASE DO NOT POST A QUESTION HERE.
1111
This form is for bug reports and feature requests ONLY!
12-
For general questions and troubleshooting, please ask/look for answers here:
13-
- grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
14-
- StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
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
1516
1617
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)
1718
-->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ assignees: markdroth
77
---
88

99
<!--
10-
10+
PLEASE DO NOT POST A QUESTION HERE.
1111
This form is for bug reports and feature requests ONLY!
12-
For general questions and troubleshooting, please ask/look for answers here:
13-
- grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
14-
- StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
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
1516
1617
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)
1718
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Ask a question
3+
about: Ask a question
4+
labels: kind/question, priority/P3
5+
assignees: markdroth
6+
7+
---
8+
9+
PLEASE DO NOT POST A QUESTION HERE.
10+
This form is for bug reports and feature requests ONLY!
11+
12+
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
13+
14+
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
15+
16+
This issue will be closed down once seen by the repo managers.
17+

0 commit comments

Comments
 (0)