From 69d5661e060dd16ac8b9b595596e8b04e8a1fc82 Mon Sep 17 00:00:00 2001 From: zhaojun1998 Date: Sun, 23 Feb 2020 12:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20github=20issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 47 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 34 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 14 +++++++ 3 files changed, 95 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ce59b38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: BUG 反馈 +about: 事情不像预期的那样工作吗? +title: '' +labels: 'bug' +assignees: '' + + + + + +## 我的环境 + + + +## 错误日志 + + + +## 期望行为 + + + +## 当前行为 + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f596894 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,34 @@ +--- +name: 功能建议 +about: 想让我们为 ZFile 增加什么功能吗? +title: 'feat: ' +labels: 'Feature Request' +assignees: '' + +--- + + + +## 概述 + + + +## 动机 + + + +## 详细解释 + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..2c0fcf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question +about: 对 ZFile 有任何问题吗? +title: '' +labels: 'question' +assignees: '' + +--- + + \ No newline at end of file