From 7bd14efb6389741b3c8dcac03ea6d7695e0f496b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E4=B8=B6=E6=A2=A6=E4=B8=B6=E4=BB=81?= <74444214+Daydreamer114@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:22:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8F=90=E9=86=92=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=A6=82gui=E7=9B=B8=E5=85=B3=E7=9A=84bug=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=B7=B3=E8=BF=87=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=20(#1006?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 提醒用户如gui相关的bug可以跳过配置信息 * chore: Remind users that GUI-related bugs can skip configuration information --- .github/ISSUE_TEMPLATE/cn-bug-report.yaml | 2 ++ .github/ISSUE_TEMPLATE/en-bug-report.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml index 45563abd2b..5f0549fa0d 100644 --- a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml @@ -54,6 +54,8 @@ body: 操作系统 (如 Windows__, MacOS); MuMu截图增强是否开启 (Mumu12需写); GPU加速推理是否开启,GPU型号(若开启)。 + placeholder: | + 如果你确认此bug与配置无关,请输入“无关”,比如GUI相关的bug validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/en-bug-report.yaml b/.github/ISSUE_TEMPLATE/en-bug-report.yaml index 7948b95635..8eb962a06d 100644 --- a/.github/ISSUE_TEMPLATE/en-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/en-bug-report.yaml @@ -67,9 +67,11 @@ body: label: Configuration information description: | Emulator brand, emulator resolution, DPI (if using non-default DPI), frame rate; - Operating system (e.g., Windows__, MacOS); + Operating system (e.g. Windows__, MacOS); Is MuMu Screenshot Enhancement enabled? (Only specify for Mumu12); Is GPU accelerated inference enabled? GPU model (if enabled). + placeholder: | + If you confirm that this bug is not related to the configuration, please enter 'Not Related'. (e.g. a GUI-related bug) validations: required: true - type: textarea