This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new d91801e Change feature issue label to "new feature" (#6601)
d91801e is described below
commit d91801e6f60670915a97d031b21fe16ce98e3e4e
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Oct 27 09:57:27 2021 +0800
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 bc79e1c..cb8d709 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: