[skip ci] Update bugreport template

Fix files upload tips
This commit is contained in:
Howard Wu 2023-01-28 17:45:04 +08:00 committed by GitHub
parent 31fd40e47b
commit 9b02dac020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -16,10 +16,6 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce/复现步骤 label: Steps to reproduce/复现步骤
placeholder: |
1.
2.
3.
value: | value: |
1. 1.
1. 1.
@ -72,12 +68,13 @@ body:
attributes: attributes:
label: Apk file/Apk 文件 label: Apk file/Apk 文件
description: The apk file if patching failed / 修复失败的 apk 文件(如有) description: The apk file if patching failed / 修复失败的 apk 文件(如有)
placeholder: Upload apks by clicking the bar on the bottom. /点击文本框底栏上传安装包文件。 placeholder: Drag and drop the installation package into this text box to upload the file. / 拖放安装包到此文本框内以上传文件。
- type: textarea - type: textarea
attributes: attributes:
label: Logs/日志 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) 日志。无日志提交会被关闭。 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: | value: |
Drag and drop the log into this text box to upload the file. / 拖放日志到此文本框内以上传文件。
<details> <details>
``` ```