feat:添加 issue template

This commit is contained in:
li1553770945 2025-05-07 17:52:17 +08:00
parent cefa6b2af5
commit 5c0462751a
2 changed files with 54 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,30 @@
---
name: 🐛 Bug Report
about: 报告项目中的一个错误
title: "[Bug] 简明的问题描述"
labels: bug
assignees: ''
---
### 问题描述
清晰地描述你遇到的错误
### 复现步骤
1. 步骤 1...
2. 步骤 2...
3. 看到错误
### 预期行为
你认为正确的运行结果应该是怎样的?
### 实际行为
实际发生了什么错误?(请附上报错日志/截图)
### 环境信息
- 操作系统:[例如 Windows 11]
- 浏览器/版本:[例如 Chrome 120]
- 项目版本/Commit ID[例如 v2.1.0 或 8a3b2c1]
### 补充信息
其他有帮助的信息(例如相关代码片段)

View File

@ -0,0 +1,24 @@
---
name: 🚀 Feature Request
about: 为项目提议新功能
title: "[Feature] 简短的功能描述"
labels: enhancement
assignees: ''
---
### 功能描述
清晰说明你想要的功能
### 动机说明
为什么需要这个功能?(例如:解决什么问题/提升什么体验)
### 建议的实现方式
如果有技术思路,请简要说明(可选)
### 是否愿意贡献
✅  愿意提交 PR 实现此功能
❌  需要他人实现此功能
### 附加信息
其他补充说明或参考案例