From 93bc30d9e06e1658fb8c27a08162eaecd8db6073 Mon Sep 17 00:00:00 2001 From: jiajia_deng <2894220@gmail.com> Date: Fri, 20 Sep 2019 18:25:05 +0800 Subject: [PATCH] Updated issues template and PR template Signed-off-by: jiajia_deng <2894220@gmail.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- .github/pull_request_template.md | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f28f2780..d377af77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,4 @@ ---- +--- name: 缺陷反馈 about: 提供一个缺陷复现步骤帮助我们修复问题 --- @@ -17,3 +17,4 @@ about: 提供一个缺陷复现步骤帮助我们修复问题 ## 重现步骤 + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0c6bd938..795d1ff5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,4 +1,4 @@ ---- +--- name: 功能建议 about: 提交任何好的建议帮助我们完善项目 --- @@ -6,3 +6,4 @@ about: 提交任何好的建议帮助我们完善项目 + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b81e61bd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ + +Fixed # + + + +