From 75c82df749593c5c3167523099d08e00be2bfbcd Mon Sep 17 00:00:00 2001 From: Rbqwow <55343783+Rbqwow@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:26:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20bug=20issue=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=20(#10357)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 更新 bug issue 模板 * chore: review --- .github/ISSUE_TEMPLATE/cn-bug-report.yaml | 14 ++++++++------ .github/ISSUE_TEMPLATE/en-bug-report.yaml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml index 964c270a4f..4cfc777a38 100644 --- a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml @@ -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` 文件夹下有一些自动截图的错误图片,若有相关的,请一并打包上传 diff --git a/.github/ISSUE_TEMPLATE/en-bug-report.yaml b/.github/ISSUE_TEMPLATE/en-bug-report.yaml index e1d62a44cb..ef26f71001 100644 --- a/.github/ISSUE_TEMPLATE/en-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/en-bug-report.yaml @@ -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.