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 版本