From e769dfd3165aadc0c22d8ef2f9ed84bf5728df9a Mon Sep 17 00:00:00 2001 From: zzyyyl <74587068+zzyyyl@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:24:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4=20issue=20=E6=97=B6?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E6=A3=80=E6=9F=A5=E7=BD=AE=E9=A1=B6=E8=AE=AE?= =?UTF-8?q?=E9=A2=98=20(#7717)?= 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/en-bug-report.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml index ecd742f1ed..08316b7715 100644 --- a/.github/ISSUE_TEMPLATE/cn-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/cn-bug-report.yaml @@ -13,6 +13,8 @@ body: required: true - label: 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况 required: true + - label: 我已检查了置顶议题(pinned issue),确认我的问题未被提及 + required: true - type: textarea id: describe attributes: diff --git a/.github/ISSUE_TEMPLATE/en-bug-report.yaml b/.github/ISSUE_TEMPLATE/en-bug-report.yaml index 05c39ba174..93bec06fdd 100644 --- a/.github/ISSUE_TEMPLATE/en-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/en-bug-report.yaml @@ -24,6 +24,10 @@ body: I have checked the latest beta update and there is no mention of the bug being fixed. required: true + - label: >- + I have reviewed the pinned issues and confirmed that my issue + is not mentioned. + required: true - type: textarea id: describe attributes: