From ef61966d0dd5ab691e9cb30afa7343d548b4d2a0 Mon Sep 17 00:00:00 2001 From: 5ec1cff <56485584+5ec1cff@users.noreply.github.com> Date: Sun, 11 May 2025 21:50:55 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9807739..42e9768 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,6 +40,7 @@ body: - type: textarea attributes: label: Module List / 模块列表 + description: Include Magisk, Xposed and other Modules (if any) / 包含 Magisk, Xposed 和其他模块(如有) render: Shell validations: required: true @@ -54,6 +55,21 @@ body: label: Android version / Android 版本 validations: required: true + - type: input + attributes: + label: Kernel version / 内核版本 + validations: + required: true + - type: input + attributes: + label: OS Version / 系统版本 + validations: + required: true + - type: input + attributes: + label: Phone model / 手机型号 + validations: + required: true - type: input attributes: label: Magisk/KernelSU/APatch version / Magisk/KernelSU/APatch 版本