From 09a876f1442de127c745f1e92e05430a1e0e3ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E5=AE=AB=E9=9B=AA=E7=8F=8A?= Date: Thu, 9 Dec 2021 17:24:40 +0800 Subject: [PATCH] Update bug_report.yml (#1476) --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c10a2f25..cc34ce18 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,7 +54,7 @@ body: required: true - type: input attributes: - label: Android version/安卓版本 + label: Android version/Android 版本 validations: required: true - type: input @@ -71,13 +71,13 @@ body: id: latest attributes: label: Version requirement/版本要求 - description: To submit this issue, you must use latest debug CI version of LSPosed and enable verbose log/请确保你已经使用最新 CI 调试版本且启用详细日志 options: - label: I am using latest debug CI version of LSPosed and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志 required: true - type: textarea attributes: label: Logs/日志 - placeholder: Upload logs by clicking the bar on the bottom. If you are facing activation problem, please provide bugreport log (see https://developer.android.com/studio/debug/bug-report). Without log, the issue will be closed. /点击文本框底栏上传日志文件。如遇激活问题,请提供 bugreport 日志。(https://developer.android.google.cn/studio/debug/bug-report?hl=zh-cn)无日志 issue 会被关闭。 + description: For usage issues, please provide the log zip saved from manager; for activation issues, please provide [bugreport](https://developer.android.com/studio/debug/bug-report). Without log, the issue will be closed. /使用问题请提供从管理器保存的日志压缩包;激活问题请提供 [bugreport](https://developer.android.google.cn/studio/debug/bug-report?hl=zh-cn) 日志。无日志提交会被关闭。 + placeholder: Upload logs by clicking the bar on the bottom. /点击文本框底栏上传日志文件。 validations: required: true