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: