From f5c14295b4942f81740c5976bbea3bc4ecb062f8 Mon Sep 17 00:00:00 2001 From: Crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:49:27 +0800 Subject: [PATCH] chore: use emoji issue labels --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 467d75ad153..bbe309600e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: '🕷️ Bug report' description: Report errors or unexpected behavior labels: - - bug + - 🐞 bug body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 05cad470e7c..364598db372 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: '⭐ Feature or enhancement request' description: Propose something new. labels: - - enhancement + - 💪 enhancement body: - type: checkboxes attributes: