From 9ea4857cd938552b765235ee67fe7c411125c456 Mon Sep 17 00:00:00 2001 From: krau <71133316+krau@users.noreply.github.com> Date: Sun, 18 May 2025 18:14:33 +0800 Subject: [PATCH] chore: update issue template labels for consistency --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 856a8b1..160d433 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: "👾 报告 bug" description: "报告 bug" labels: - - ":space_invader: Bug" + - "bug" assignees: - krau body: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index cbb1021..df751b0 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,7 @@ name: "⭐️ 功能请求" description: "功能请求" labels: - - ":fire: Enhancement" + - "enhancement" assignees: - krau body: