From fca38b8c33a63a5c202f7bfcca4f6650389c9e28 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:00:07 +0100 Subject: refactor(Github/Misc): Deprecate Suggestion label and use Github Type (#21192) --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 70bbbbcae6..8103861f72 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,12 +1,12 @@ name: Feature request description: Suggest an idea for this project title: "Feature: " -labels: [Suggestion] +type: "Feature" body: - type: markdown attributes: value: | - Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above. + Thank you for taking the time to fill out a feature request. Remember to fill out all fields including the title above. An issue that is not properly filled out will be closed. - type: textarea id: description -- cgit v1.2.3