From d91801e6f60670915a97d031b21fe16ce98e3e4e Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Wed, 27 Oct 2021 09:57:27 +0800 Subject: [PATCH] Change feature issue label to "new feature" (#6601) --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index bc79e1cc1d..cb8d70903f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -17,7 +17,7 @@ name: Feature request description: Suggest an idea for this project title: "[Feature][Module Name] Feature title" -labels: [ "feature" ] +labels: [ "new feature" ] body: - type: markdown attributes: