From 912fb478133c42c2adf00a44ac7c931d62f9e9a6 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sat, 26 Mar 2022 00:18:10 +0800 Subject: [PATCH] [#] issue template edit --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/new_version.yml | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1bd814a..afc5e19 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: 直接发起 Issue + url: https://github.com/huiyadanli/RevokeMsgPatcher/issues/new + about: 一些功能反馈,或者软件更新后遇到的问题可以直接 Issue 进行提问(请先确认当前使用的是[最新版本的软件](https://github.com/huiyadanli/RevokeMsgPatcher/releases)) - name: 常见问题 url: https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 about: 在发起 Issue 前,请先查阅常见问题的解决方案,如果仍有疑问再发起 Issue diff --git a/.github/ISSUE_TEMPLATE/new_version.yml b/.github/ISSUE_TEMPLATE/new_version.yml index 9c8b121..2fa50fd 100644 --- a/.github/ISSUE_TEMPLATE/new_version.yml +++ b/.github/ISSUE_TEMPLATE/new_version.yml @@ -1,5 +1,5 @@ name: 版本支持 -description: 发现有未支持的版本可以通过创建这个Issue反馈 +description: 发现有未支持的版本,且[Issue 列表](https://github.com/huiyadanli/RevokeMsgPatcher/issues)中暂无人提出相同版本未支持的问题,可以通过创建这个 Issue 进行反馈 title: "[未支持版本]: " labels: ["未支持版本"] assignees: @@ -10,6 +10,15 @@ body: value: | 请按下方的要求填写完整的问题表单,方便作者进行更新。 + - type: checkboxes + id: lastest + attributes: + label: 请先确认当前使用的版微信/QQ/TIM防撤回补丁是最新版本! + description: 提交此 Issue 前请先确认你使用的是[最新 Release 版本的软件](https://github.com/huiyadanli/RevokeMsgPatcher/releases) + options: + - label: 我确认当前使用的是最新版 + required: true + - type: input id: version attributes: