From b96700ab30e580cb70abb3191cea8dadacbd3a8c Mon Sep 17 00:00:00 2001 From: xboard Date: Sat, 28 Jun 2025 18:16:10 +0800 Subject: [PATCH] docs: update issue template --- .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 4a5ac47..271b8df 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: 🐛 问题反馈 | Bug Report about: 提交使用过程中遇到的问题 | Report an issue -title: "问题:" +title: "Bug Report:" labels: '🐛 bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 6949697..5428f95 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: ✨ 功能请求 | Feature Request about: 提交新功能建议或改进意见 | Suggest an idea -title: "建议:" +title: "Feature Request:" labels: '✨ enhancement' assignees: '' ---