diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0eae752..58b09e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,12 +7,13 @@ body: attributes: value: | Thanks for reporting issues of Zygisk on KernelSU! - To make it easier for us to help you please enter detailed information below. + Note: We will **NEVER** handle any issue related to root detection or writable system. 感谢给 Zygisk on KernelSU 汇报问题! 为了使我们更好地帮助你,请提供以下信息。 为了防止重复汇报,标题请务必使用英文。 + 请注意:我们**不会**处理任何有关 root 检测和 system 分区可写相关的问题。 - type: textarea attributes: label: Steps to reproduce/复现步骤 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c550372..bd56b49 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,6 +3,12 @@ description: Suggest an idea./提出建议 labels: [enhancement] title: "[Feature Request] Short description/简单描述" body: + - type: markdown + attributes: + value: | + Note: We will **NEVER** handle any issue related to root detection or writable system. + + 请注意:我们**不会**处理任何有关 root 检测和 system 分区可写相关的问题。 - type: textarea attributes: label: Is your feature request related to a problem?/你的请求是否与某个问题相关?