From 47eebee1921450a981c5c8ff5a67f59b45865d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=94=E5=A7=AC=E6=A1=91?= Date: Fri, 15 Nov 2019 06:27:46 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..c145a95b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: BUG反馈 +title: '' +labels: '' +assignees: '' + +--- + +**描述你遇到的bug** +简单的描述一下你遇到的bug + +**如何复现你的BUG** +为方便找bug,请说明你bug产生的步骤 + +**截图** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f0e46ce6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: 功能添加请求 +title: '' +labels: '' +assignees: '' + +--- + +功能描述<--- 越详细越好 + +最好等带点相关资料或者想法 + +要是能写好,建立pull request 那就最好了 嘻嘻