From 87cfc742f65397297bd23d2950739ea1387c218c Mon Sep 17 00:00:00 2001 From: pylixonly <82711525+pylixonly@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:05:56 +0800 Subject: [PATCH] fix(issue-template): declare no plugin request [skip ci] --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 80d4b33..ff169a7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -9,6 +9,8 @@ body: label: Checklist description: You should ensure the completion of the task before proceeding to check it off the checklist. Neglecting to do so may impede the efficiency of the issue resolution process. The developer has the right to delete the issue directly if you check the list blindly. options: + - label: This is not a plugin request. + required: true - label: I've checked that there is no other issue about this feature request. required: true - label: This issue contains only one feature request.