This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 2f6b4c0c43 Update issue template labels
2f6b4c0c43 is described below
commit 2f6b4c0c436b34741780ff4c7bd934e1e9e743a5
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Mar 8 14:03:52 2024 +0800
Update issue template labels
---
.github/ISSUE_TEMPLATE/1-bug.yml | 2 +-
.github/ISSUE_TEMPLATE/2-feature.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml
index 5bff100dd8..e3a2b40685 100644
--- a/.github/ISSUE_TEMPLATE/1-bug.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug.yml
@@ -18,7 +18,7 @@
name: Bug Report
description: File a bug report
title: "[Bug] "
-labels: ["status/need-triage"]
+labels: ["type/need-triage", "component/need-triage"]
projects: ["apache/337"]
body:
- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml
b/.github/ISSUE_TEMPLATE/2-feature.yml
index d0d6bba7b5..702836ad13 100644
--- a/.github/ISSUE_TEMPLATE/2-feature.yml
+++ b/.github/ISSUE_TEMPLATE/2-feature.yml
@@ -18,7 +18,7 @@
name: Feature Request
description: Create a Feature Request for Dubbo
title: "[Feature] "
-labels: ["status/need-triage"]
+labels: ["type/need-triage", "component/need-triage"]
projects: ["apache/337"]
body:
- type: markdown