add issue template

This commit is contained in:
bridge
2026-01-04 21:15:42 +08:00
parent 7320773bfe
commit c24c0819ce
2 changed files with 33 additions and 0 deletions

19
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: Bug Report 🐛
about: 报告一个问题 (Report a bug)
title: "[Bug] "
labels: bug
assignees: ''
---
**问题描述**
简要描述你遇到的问题。
**复现步骤**
1.
2.
**环境信息**
- OS:
- 报错信息 (如有):

View File

@@ -0,0 +1,14 @@
---
name: Feature Request 💡
about: 建议一个新功能 (Propose a feature)
title: "[Feat] "
labels: enhancement
assignees: ''
---
**功能描述**
你希望添加什么功能?
**解决什么问题**
这个功能解决了什么痛点?