From 7cf217838107f0841751b3a376ca908337bc32f3 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sat, 28 Jan 2023 17:59:07 +0800 Subject: [PATCH] [skip ci] Update bugreport template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 13d77c8..7a34c9e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -68,13 +68,12 @@ body: attributes: label: Apk file/Apk 文件 description: The apk file if patching failed / 修复失败的 apk 文件(如有) - placeholder: Drag and drop the installation package into this text box to upload the file. / 拖放安装包到此文本框内以上传文件。 + placeholder: Upload apks by clicking the bar on the bottom. /点击文本框底栏上传安装包文件。 - type: textarea attributes: label: Logs/日志 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) 日志。无日志提交会被关闭。 value: | - Drag and drop the log into this text box to upload the file. / 拖放日志到此文本框内以上传文件。
```