This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 ff2bdd0229 Change bug issue label to need-triage (#13549)
ff2bdd0229 is described below
commit ff2bdd0229e9479d48fdd808c037d23a1cb17983
Author: huazhongming <[email protected]>
AuthorDate: Thu Dec 21 11:16:50 2023 +0800
Change bug issue label to need-triage (#13549)
Signed-off-by: crazyhzm <[email protected]>
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index 1717a1e5f1..d5eade3841 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,7 @@
name: Bug Report
about: Report a bug in Dubbo
title: ''
-labels: type/bug
+labels: status/need-triage
assignees: ''
---