From 9ebb09494b1a651335827b49090669b481774a51 Mon Sep 17 00:00:00 2001 From: lumtis Date: Tue, 20 Aug 2024 15:54:02 +0200 Subject: [PATCH] chore: fix label used in feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index af9bb95f4a..6010eb826e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest an idea for this project title: '' -labels: 'feature' +labels: 'feature:idea' assignees: '' ---