From 49ef9c0cff72d8a9129b9a751c9174fb68ca6b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Thu, 28 May 2026 00:46:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20Issue=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E3=80=81CI=20=E5=BE=BD=E7=AB=A0=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BB=93=E5=BA=93=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 bug_report 和 feature_request Issue 模板 - README 添加 GitHub Actions CI 状态徽章 - 修复仓库描述(去重,更新至 v4.2) - 默认分支改为 main Co-Authored-By: Claude Opus 4.7 --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++ README.md | 1 + 3 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f42cdba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug 报告 +about: 提交问题报告帮助改进 PathEditor +title: "[Bug] " +labels: bug +assignees: '' +--- + +## 问题描述 + + + +## 复现步骤 + +1. +2. +3. + +## 期望行为 + +## 截图(如有) + +## 系统信息 + +- Windows 版本: +- 是否管理员: +- PathEditor 版本: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..57c0603 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: 功能建议 +about: 建议新功能或改进 +title: "[Feature] " +labels: enhancement +assignees: '' +--- + +## 使用场景 + + + +## 建议方案 + + diff --git a/README.md b/README.md index 84d7ed2..b21188d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ typescript license tests + CI

---