From 342d3a7368b3dc319417a8b74fbbef023c38c9b2 Mon Sep 17 00:00:00 2001 From: Kudomaga <63206378+HapeLee@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:27:38 +0800 Subject: [PATCH] Update 01-bugReport.yml (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新Issue模板 --- .github/ISSUE_TEMPLATE/01-bugReport.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bugReport.yml b/.github/ISSUE_TEMPLATE/01-bugReport.yml index b08ce87da..66062f61d 100644 --- a/.github/ISSUE_TEMPLATE/01-bugReport.yml +++ b/.github/ISSUE_TEMPLATE/01-bugReport.yml @@ -5,15 +5,16 @@ body: - type: checkboxes attributes: label: 确认 / Assignments - description: 提交issue请确保完成以下前提,否则该issue可能被忽略 / Make sure you read checkboxs below + description: 提交issue请确认以下前提,否则该issue可能被忽略 / Make sure you read checkboxs below 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: 最新版本依然存在此问题 / 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 - + - label: 此问题仅出现在分支版本中,官方版本及其他分支均未出现此问题。 / Only affects this version; not present in the official or other branch builds. + required: false - type: textarea attributes: label: 问题描述 / Describe Bugs