From 7fd13f54eaacf49663a425af288b7cd2207edfa1 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Wed, 15 Feb 2023 21:08:30 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4github=20issue=20tem?= =?UTF-8?q?plate=E4=B8=AD=E6=88=AA=E5=9B=BE=E9=83=A8=E5=88=86=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/cn-bug-report.yaml | 3 ++- .github/ISSUE_TEMPLATE/en-bug-report.yaml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml index e7ee766d67..d087190159 100644 --- a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml @@ -35,7 +35,8 @@ body: label: 截图 description: | 如果有,添加屏幕截图以帮助解释你的问题,包括但不限于 MAA 软件截图、游戏画面截图 - 若是识别相关问题,请帮忙提供模拟器自带的截图工具截取的原图(或通过 adb 截取原图) + 若是**识别相关问题**,请尽可能提供模拟器自带的截图工具截取的无遮挡的**原图**(或通过 adb 截取原图) + 用其他的工具(如QQ)截取的图片包含窗口边框,不利于我们排除bug `debug` 文件夹下有一些自动截图的错误图片,若有相关的,请一并打包上传 validations: required: false diff --git a/.github/ISSUE_TEMPLATE/en-bug-report.yaml b/.github/ISSUE_TEMPLATE/en-bug-report.yaml index e416f3113a..aba959da36 100644 --- a/.github/ISSUE_TEMPLATE/en-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/en-bug-report.yaml @@ -52,10 +52,12 @@ body: including but not limited to screenshots of MAA software, screenshots of game screens. - If the problem is recognition related, please help by providing - the original image taken by the emulator's own screenshot tool + If the problem is **recognition related**, please help by providing + the **original image** taken by the emulator's own screenshot tool (or via adb). + Screenshots taken with other tools may contain the frames of the window/emulator, which makes it harder for us to debug. + The `debug` folder has some automatic screenshots of the error images, if you have any, please upload them together.