From 47c748d4201b94baff634bf42cc278cb1706eaa9 Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Thu, 18 Dec 2025 23:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/01-bugReport.yml | 2 +- .github/ISSUE_TEMPLATE/02-featureRequest.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-bugReport.yml b/.github/ISSUE_TEMPLATE/01-bugReport.yml index b08ce87da..c30aa1c5f 100644 --- a/.github/ISSUE_TEMPLATE/01-bugReport.yml +++ b/.github/ISSUE_TEMPLATE/01-bugReport.yml @@ -9,7 +9,7 @@ body: options: - label: 搜索现有issues,不存在相似或相关的issue / No similar or related issues required: true - - label: 最新[测试版](https://github.com/gedoor/legado/actions/workflows/test.yml)依然存在此问题 / Latest beta app does not work + - label: 最新[测试版](https://github.com/gedoor/legado/releases/beta)依然存在此问题 / Latest beta app does not work required: true - label: 此问题和Xposed、Lsposed、Magisk、手机主题、浏览器插件、无障碍服务等无关 / Make sure your machine is not touched by hook frameworks, plugins, accessibility etc required: true diff --git a/.github/ISSUE_TEMPLATE/02-featureRequest.yml b/.github/ISSUE_TEMPLATE/02-featureRequest.yml index 761111c75..163619682 100644 --- a/.github/ISSUE_TEMPLATE/02-featureRequest.yml +++ b/.github/ISSUE_TEMPLATE/02-featureRequest.yml @@ -9,6 +9,8 @@ body: options: - label: 搜索现有issues,不存在相似或相关的issue / No related requests required: true + - label: 最新[测试版](https://github.com/gedoor/legado/releases/beta)没有此功能 / Latest beta app does not this feature + required: true - type: textarea attributes: @@ -22,6 +24,12 @@ body: placeholder: 阅读应该如何实现该功能 validations: required: true + - type: input + attributes: + label: 阅读版本 / Legado version + placeholder: "3.22.110823" + validations: + required: true - type: textarea attributes: label: 附加信息 / Additions