From e3991be3b785a2fa89da6685c331f93913565d19 Mon Sep 17 00:00:00 2001 From: zhao jun <873019219@qq.com> Date: Sun, 10 Dec 2023 04:40:40 +0000 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=20issue=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=EF=BC=8C=E4=BD=BF=E7=94=A8=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=20issue=20helper=20=E6=9D=A5=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 25 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 --------------- 3 files changed, 5 insertions(+), 42 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c7c9b50..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: BUG 反馈 -about: 事情不像预期的那样工作吗? -title: '' -labels: 'bug' -assignees: '' ---- - -为了帮助我们更好的解决您的问题,请填写以下选项(不填写完整可能会被直接关闭 issue): - - -- 是否已搜索其他 issue,没有人提过这个问题?: -- 是否已查阅、搜索 [ZFile 文档](https://docs.zfile.vip),尤其是常见问题页,仍然未解决?: -- 当前 ZFile 版本: -- 是否尝试最新版是否已解决此问题: -- 是否尝试重启 ZFile,且问题依旧存在?: -- 是否已尝试清空浏览器缓存,且问题依旧存在?: -- 操作系统(如 Windows、Mac、iOS、安卓): -- 浏览器(如 Chrome、Firefox、Safari,X 浏览器): -- 做什么操作提示的错误?: -- 期望行为(应该是什么样的结果): -- 当前行为(当前是什么样的结果): -- 错误日志(可选): -- 复现步骤(可选): -- 您的额外信息(可选): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..698a4c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 创建 Issue + url: https://issue.zfile.vip/ + about: 未通过 https://issue.zfile.vip/ 创建的问题可能会被立即关闭。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 8f301f7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: 功能建议 -about: 想让我们为 ZFile 增加什么功能吗? -title: 'feat: ' -labels: 'Feature Request' -assignees: '' - ---- - - -为了帮助我们更好的解决您的问题,请填写以下选项(不填写完整可能会被直接关闭 issue): - -- 是否已搜索其他 issue,没有人提过这个功能?: -- 是否已尝试使用最新版本,且仍然没有此功能?: -- 功能概述: -- 功能动机: -- 详细解释(可选): \ No newline at end of file