From 921769415175d9a53f8ddbe7a7289975bbf9baf3 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sun, 1 Dec 2019 21:10:27 +0800 Subject: [PATCH] feat: create ISSUE_TEMPLATE. --- .github/ISSUE_TEMPLATE.md | 19 -------- .github/ISSUE_TEMPLATE/bug_report.md | 54 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 34 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 14 ++++++ 4 files changed, 102 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md 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.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index aa2e67e1f..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ - - -**我确定我已经查看了** (标注`[]`为`[x]`) - -- [] [Halo 使用文档](https://halo.run/guide) -- [] [Halo 论坛](https://bbs.halo.run) -- [] [Github Wiki 常见问题](https://github.com/halo-dev/halo/wiki/4.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) -- [] [其他 Issues](https://github.com/halo-dev/halo/issues) - ----- - -**我要申请** (标注`[ ]`为`[x]`) - -- [] BUG 反馈 -- [] 添加新的特性或者功能 -- [] 请求技术支持 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..6814c1f6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- +name: Bug Report +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 000000000..4068f236c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,34 @@ +--- +name: Feature Request +about: 想让我们为 Halo 增加什么功能吗? +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 000000000..7ba1586d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question +about: 对 Halo 有任何问题吗? +title: '' +labels: 'question' +assignees: '' + +--- + + \ No newline at end of file