From 061c112ea2160f0103eb0cfcc2cd34480b75f0e5 Mon Sep 17 00:00:00 2001 From: glyh Date: Fri, 27 Sep 2024 22:17:07 +0800 Subject: [PATCH] add issue template to filter out duplicate issues --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a7bcfaade..044ad40e8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -58,3 +58,5 @@ body: options: - label: 我确认使用的是最新版本并且阅读过Wiki帮助文档 required: true + - label: 我确认已经搜索过Issue区,没有与我遇到的情况相同的Issue。 + required: true