From 03c75e180c2ff0e56bc44c5cb59886774068055f Mon Sep 17 00:00:00 2001 From: Ran Date: Thu, 24 Oct 2019 10:02:44 -0700 Subject: [PATCH] github: wrap non-title content into comment blocks. (#6331) --- .github/ISSUE_TEMPLATE/ask_question.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- .github/ISSUE_TEMPLATE/feature_report.md | 12 +++++++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask_question.md b/.github/ISSUE_TEMPLATE/ask_question.md index 6e69a0a86a..c384031e34 100644 --- a/.github/ISSUE_TEMPLATE/ask_question.md +++ b/.github/ISSUE_TEMPLATE/ask_question.md @@ -4,9 +4,9 @@ about: Asking a question related gRPC-Java labels: question --- - +Make sure you include information that can help us understand your question. --> diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f72c4266a4..6c2e4b414b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,11 +4,12 @@ about: Create a bug report to help us improve labels: bug --- -Please answer these questions before submitting a bug report. + -### What version of gRPC are you using? +### What version of gRPC-Java are you using? -### What operating system (Linux, Windows,...) and version? +### What is your environment? + ### What did you expect to see? @@ -16,4 +17,4 @@ Please answer these questions before submitting a bug report. ### Steps to reproduce the bug -Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). + diff --git a/.github/ISSUE_TEMPLATE/feature_report.md b/.github/ISSUE_TEMPLATE/feature_report.md index c5f8c8b2ed..ddc6083814 100644 --- a/.github/ISSUE_TEMPLATE/feature_report.md +++ b/.github/ISSUE_TEMPLATE/feature_report.md @@ -4,14 +4,16 @@ about: Suggest an enhancement for gRPC labels: enhancement --- -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + + +### Is your feature request related to a problem? + ### Describe the solution you'd like -A clear and concise description of what you want to happen. + ### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. + ### Additional context -Add any other context about the feature request here. +