From d635725db5d47939fe911160979713f7d49d8a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 16 Oct 2025 15:59:10 +0800 Subject: [PATCH] fix: issue type --- .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 11a8cf74..79834354 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: ☢️ 报告问题 (Bug Report) description: 创建一个报告以帮助我们改进 (Create a report to help us improve) -type: ☢️ Bug +type: Bug body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a6623030..a7b8076a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: ✨ 功能请求 (Feature Request) description: 为这个项目提出一个想法 (Suggest an idea for this project) -type: ✨ Feature +type: Feature body: - type: markdown