chore: 添加 Issue 模板、CI 徽章、修复仓库描述
CI / 前端检查 (TypeScript + Lint + Test) (push) Has been cancelled
CI / Rust 检查 (Check + Clippy + Test) (push) Has been cancelled

- 新增 bug_report 和 feature_request Issue 模板
- README 添加 GitHub Actions CI 状态徽章
- 修复仓库描述(去重,更新至 v4.2)
- 默认分支改为 main

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 00:46:56 +08:00
parent 344011a02c
commit 49ef9c0cff
3 changed files with 43 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
name: Bug 报告
about: 提交问题报告帮助改进 PathEditor
title: "[Bug] "
labels: bug
assignees: ''
---
## 问题描述
<!-- 清晰描述 bug 是什么 -->
## 复现步骤
1.
2.
3.
## 期望行为
## 截图(如有)
## 系统信息
- Windows 版本:
- 是否管理员:
- PathEditor 版本:
+15
View File
@@ -0,0 +1,15 @@
---
name: 功能建议
about: 建议新功能或改进
title: "[Feature] "
labels: enhancement
assignees: ''
---
## 使用场景
<!-- 你会在什么场景下需要这个功能? -->
## 建议方案
<!-- 你期望的功能是什么样的? -->
+1
View File
@@ -11,6 +11,7 @@
<img src="https://img.shields.io/badge/typescript-strict-blue" alt="typescript"> <img src="https://img.shields.io/badge/typescript-strict-blue" alt="typescript">
<img src="https://img.shields.io/badge/license-MIT-green" alt="license"> <img src="https://img.shields.io/badge/license-MIT-green" alt="license">
<img src="https://img.shields.io/badge/tests-72%20passed-brightgreen" alt="tests"> <img src="https://img.shields.io/badge/tests-72%20passed-brightgreen" alt="tests">
<img src="https://github.com/LHY0125/PathEditor/actions/workflows/ci.yml/badge.svg" alt="CI">
</p> </p>
--- ---