From a6ccc96aeb92d178b38885dc7ca3c525e5699648 Mon Sep 17 00:00:00 2001 From: gejun Date: Tue, 30 Oct 2018 12:00:24 +0800 Subject: [PATCH] Add newlines to bug/feature templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8971673863..92555f6e93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,10 +6,13 @@ about: Create a report to help us improve **Describe the bug (描述bug)** + **To Reproduce (复现方法)** + **Expected behavior (期望行为)** + **Versions (各种版本)** OS: Compiler: @@ -17,3 +20,4 @@ brpc: protobuf: **Additional context/screenshots (更多上下文/截图)** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5377ab637a..bfb0e4bc54 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,8 +6,12 @@ about: Suggest an idea for this project **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** + **Describe the solution you'd like (描述你期望的解决方法)** + **Describe alternatives you've considered (描述你想到的折衷方案)** + **Additional context/screenshots (更多上下文/截图)** +