Skip to content

Commit 03c75e1

Browse files
authored
github: wrap non-title content into comment blocks. (grpc#6331)
1 parent 47d798b commit 03c75e1

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.github/ISSUE_TEMPLATE/ask_question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ about: Asking a question related gRPC-Java
44
labels: question
55
---
66

7-
<!--For questions not directly related to gRPC-Java, please use [stackoverflow](https://stackoverflow.com/questions/tagged/grpc-java).
7+
<!-- For questions not directly related to gRPC-Java, please use [stackoverflow](https://stackoverflow.com/questions/tagged/grpc-java).
88
Also, if question is not gRPC-Java implementation specific, consider using [grpc.io](https://groups.google.com/forum/#!forum/grpc-io).
99
10-
Make sure you include information that can help us understand your question.-->
10+
Make sure you include information that can help us understand your question. -->
1111

1212
<!-- Your question below this line. -->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ about: Create a bug report to help us improve
44
labels: bug
55
---
66

7-
Please answer these questions before submitting a bug report.
7+
<!-- Please answer these questions before submitting a bug report. -->
88

9-
### What version of gRPC are you using?
9+
### What version of gRPC-Java are you using?
1010

11-
### What operating system (Linux, Windows,...) and version?
11+
### What is your environment?
12+
<!-- operating system (Linux, Windows,...) and version, jdk version, etc. -->
1213

1314
### What did you expect to see?
1415

1516
### What did you see instead?
1617

1718
### Steps to reproduce the bug
1819

19-
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
20+
<!-- Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). -->

.github/ISSUE_TEMPLATE/feature_report.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ about: Suggest an enhancement for gRPC
44
labels: enhancement
55
---
66

7-
### Is your feature request related to a problem? Please describe.
8-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
7+
<!-- Please answer these questions before submitting a feature request. -->
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 [...] -->
911

1012
### Describe the solution you'd like
11-
A clear and concise description of what you want to happen.
13+
<!-- A clear and concise description of what you want to happen. -->
1214

1315
### Describe alternatives you've considered
14-
A clear and concise description of any alternative solutions or features you've considered.
16+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1517

1618
### Additional context
17-
Add any other context about the feature request here.
19+
<!-- Add any other context about the feature request here. -->

0 commit comments

Comments
 (0)