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