mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 01:45:54 +08:00
chore: 添加 Issue 模板、CI 徽章、修复仓库描述
- 新增 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:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Bug 报告
|
||||
about: 提交问题报告帮助改进 PathEditor
|
||||
title: "[Bug] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 问题描述
|
||||
|
||||
<!-- 清晰描述 bug 是什么 -->
|
||||
|
||||
## 复现步骤
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## 期望行为
|
||||
|
||||
## 截图(如有)
|
||||
|
||||
## 系统信息
|
||||
|
||||
- Windows 版本:
|
||||
- 是否管理员:
|
||||
- PathEditor 版本:
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: 功能建议
|
||||
about: 建议新功能或改进
|
||||
title: "[Feature] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 使用场景
|
||||
|
||||
<!-- 你会在什么场景下需要这个功能? -->
|
||||
|
||||
## 建议方案
|
||||
|
||||
<!-- 你期望的功能是什么样的? -->
|
||||
@@ -11,6 +11,7 @@
|
||||
<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/tests-72%20passed-brightgreen" alt="tests">
|
||||
<img src="https://github.com/LHY0125/PathEditor/actions/workflows/ci.yml/badge.svg" alt="CI">
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user