From 9cd88201feb98dda361111482b99ba665436e19c Mon Sep 17 00:00:00 2001 From: Susaner <14092895+liuCodeBoy@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:24:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Issue=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E9=80=89=E6=8B=A9=E5=99=A8=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a1f9aa7ed4..a4bdd3ab0d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug 报告 -description: 报告一个可复现的 bug +about: 报告一个可复现的 bug title: "bug: " labels: ["bug"] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5cec41524d..309472f698 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: 功能建议 -description: 提出新功能或改进建议 +about: 提出新功能或改进建议 title: "feat: " labels: ["enhancement"] assignees: []