From a4005defe247eac3ca1bf8a61dca41e4ee5c9b59 Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Fri, 5 Aug 2022 16:02:34 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=20github=20issu?= =?UTF-8?q?e=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 52 ++++++----------------- .github/ISSUE_TEMPLATE/feature_request.md | 29 +++---------- .github/ISSUE_TEMPLATE/question.md | 14 ------ 3 files changed, 20 insertions(+), 75 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md 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