mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 更新 bug issue 模板 (#10357)
* chore: 更新 bug issue 模板 * chore: review
This commit is contained in:
14
.github/ISSUE_TEMPLATE/cn-bug-report.yaml
vendored
14
.github/ISSUE_TEMPLATE/cn-bug-report.yaml
vendored
@@ -37,9 +37,12 @@ body:
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: 日志文件
|
||||
label: 日志和配置文件
|
||||
description: |
|
||||
**请在关闭 MAA 后,上传 `debug` 文件夹中的 `asst.log` 和 `gui.log` 日志文件,并说明问题出现的大致时间点**
|
||||
**请在关闭 MAA 后,上传以下三个文件:**
|
||||
1. `debug` 文件夹中的 `asst.log` 和 `gui.log` 日志文件,并说明问题出现的大致时间点
|
||||
若 asst.log 文件小于 10 KB,则需同时上传 asst.log.bak 文件
|
||||
2. `config` 文件夹中的 `gui.json` 配置文件
|
||||
**请直接将完整的文件拖拽进来,而非自己裁切或复制的片段;若文件体积过大可压缩后再上传**
|
||||
placeholder: |
|
||||
请确认上传文件时已关闭 MAA
|
||||
@@ -50,8 +53,7 @@ body:
|
||||
attributes:
|
||||
label: 配置信息
|
||||
description: |
|
||||
**请在关闭MAA后,上传 `config` 文件夹中的 `gui.json` 配置文件**
|
||||
同时请说明操作系统及版本、模拟器品牌、模拟器分辨率、DPI、帧率;
|
||||
请说明操作系统及版本、模拟器品牌、模拟器分辨率、DPI、帧率;
|
||||
若正在使用 MuMu 12,请说明 MuMu 截图增强是否开启;
|
||||
最后请说明 GPU 加速推理是否开启,若开启请提供 GPU 型号。
|
||||
validations:
|
||||
@@ -59,9 +61,9 @@ body:
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: 截图
|
||||
label: 截图或录屏
|
||||
description: |
|
||||
如果有,添加屏幕截图以帮助解释你的问题,包括但不限于 MAA 软件截图、游戏画面截图
|
||||
如果有,上传屏幕截图或录制以帮助解释你的问题,包括但不限于 MAA 软件截图、游戏画面截图
|
||||
若是**识别相关问题**,请尽可能提供模拟器自带的截图工具截取的无遮挡的**原图**(或通过 adb 截取原图)
|
||||
用其他的工具(如QQ)截取的图片包含窗口边框,不利于我们排除bug
|
||||
`debug` 文件夹下有一些自动截图的错误图片,若有相关的,请一并打包上传
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/en-bug-report.yaml
vendored
16
.github/ISSUE_TEMPLATE/en-bug-report.yaml
vendored
@@ -50,11 +50,12 @@ body:
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Log files
|
||||
label: Log and config files
|
||||
description: >-
|
||||
**After closing MAA, upload the `asst.log` and `gui.log` log file in the `debug` folder and**
|
||||
**indicate the approximate point in time when the problem occurred.**
|
||||
|
||||
**After closing MAA, upload the following three files:**
|
||||
1. The `asst.log` and `gui.log` log file in the `debug` folder, and indicate the approximate point in time when the problem occurred.
|
||||
If the asst.log file is less than 10 KB, you also need to upload the asst.log.bak file.
|
||||
2. The `gui.json` config file in the `config` folder
|
||||
**Please drag and drop the full file in, not your own cuttings or copies;**
|
||||
**compress it before uploading if too large.**
|
||||
placeholder: |
|
||||
@@ -66,8 +67,7 @@ body:
|
||||
attributes:
|
||||
label: Configuration information
|
||||
description: |
|
||||
**After closing MAA, upload the `gui.json` config file in the `config` folder**
|
||||
Also, please specify the operating system and version, emulator brand, emulator resolution, DPI, and frame rate;
|
||||
Please specify the operating system and version, emulator brand, emulator resolution, DPI, and frame rate;
|
||||
If you are using MuMu 12, please specify whether MuMu Screenshot Enhancement is enabled;
|
||||
Finally, please specify whether GPU accelerated inference is enabled, and if so, provide the GPU model.
|
||||
validations:
|
||||
@@ -75,9 +75,9 @@ body:
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
label: Screenshots or recordings
|
||||
description: >-
|
||||
If available, add screenshots to help explain your problem,
|
||||
If available, upload screenshots and recordings to help explain your problem,
|
||||
including but not limited to screenshots of MAA software,
|
||||
screenshots of game screens.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user