diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49752f8..4cc19a6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,43 +6,19 @@ labels: 'bug' assignees: '' --- - - - -## 我的环境 - - - -## 错误日志 - - - -## 期望行为 - - - -## 当前行为 - - \ No newline at end of file +- 是否已搜索其他 issue,没有人提过这个问题?: +- 当前 ZFile 版本: +- 是否尝试最新版是否已解决此问题: +- 是否尝试重启 ZFile,且问题依旧存在?: +- 是否已尝试清空浏览器缓存,且问题依旧存在?: +- 操作系统(如 Windows、Mac、iOS、安卓): +- 浏览器(如 Chrome、Firefox、Safari,X 浏览器): +- 做什么操作提示的错误?: +- 期望行为(应该是什么样的结果): +- 当前行为(当前是什么样的结果): +- 错误日志(可选): +- 复现步骤(可选): +- 您的额外信息(可选): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f596894..8f301f7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,28 +7,11 @@ assignees: '' --- - +为了帮助我们更好的解决您的问题,请填写以下选项(不填写完整可能会被直接关闭 issue): -## 概述 - - - -## 动机 - - - -## 详细解释 - - +- 是否已搜索其他 issue,没有人提过这个功能?: +- 是否已尝试使用最新版本,且仍然没有此功能?: +- 功能概述: +- 功能动机: +- 详细解释(可选): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 2c0fcf3..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Question -about: 对 ZFile 有任何问题吗? -title: '' -labels: 'question' -assignees: '' - ---- - - \ No newline at end of file