From 2c814501a61698cf972bde86ede41b9254c795dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Fri, 30 May 2025 14:53:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/cn-bug-report.yaml | 2 ++ .github/ISSUE_TEMPLATE/cn-feature-request.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml index 825b55c..b292709 100644 --- a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml @@ -9,6 +9,8 @@ body: description: | 请确认自己完成了要求之后再进行勾选 options: + - label: 我不是国服玩家 + required: true - label: 我使用的是版本号1开头的新版本,而不是版本号0开头的(如0.1.22)的老版本 required: true - label: 在更新至最新版本后,我仍可以复现该问题 diff --git a/.github/ISSUE_TEMPLATE/cn-feature-request.yaml b/.github/ISSUE_TEMPLATE/cn-feature-request.yaml index c926c28..bdd44d9 100644 --- a/.github/ISSUE_TEMPLATE/cn-feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/cn-feature-request.yaml @@ -7,6 +7,8 @@ body: attributes: label: 在提问之前... options: + - label: 我不是国服玩家 + required: true - label: 我使用的是版本号1开头的新版本,而不是版本号0开头的(如0.1.22)的老版本 required: true - label: 在更新至最新版本后,我仍想提出这个请求