[skip ci] Update bugreport template

This commit is contained in:
Howard Wu 2023-01-28 17:37:12 +08:00 committed by GitHub
parent 0aaa533c67
commit 31fd40e47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -20,6 +20,10 @@ body:
1.
2.
3.
value: |
1.
1.
1.
validations:
required: true
- type: textarea
@ -68,11 +72,17 @@ body:
attributes:
label: Apk file/Apk 文件
description: The apk file if patching failed / 修复失败的 apk 文件(如有)
placeholder: Upload logs by clicking the bar on the bottom. /点击文本框底栏上传日志文件。
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) 日志。无日志提交会被关闭。
placeholder: Upload logs by clicking the bar on the bottom. /点击文本框底栏上传日志文件。
value: |
<details>
```
# Replace this line with the log / 将此行用日志替换
```
</details>
validations:
required: true