Update issue templates

This commit is contained in:
Wenjie Zhang 2025-05-08 23:41:37 +08:00 committed by GitHub
parent fb7f447756
commit 298b67446c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 10 deletions

View File

@ -2,20 +2,14 @@
name: 提交一个BUG或者报错
about: 无法启动、无法回答、后端报错等等
title: 'Error: '
labels: bug
assignees: xerrors
body:
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "描述一下问题"
value: |
labels: ''
assignees: ''
---
1⃣ 描述一下问题
> 简单描述一下
<!-- 简单描述一下问题(如何产生的,什么情况下,进行什么操作的时候)-->

View File

@ -0,0 +1,20 @@
---
name: 提交一个需求建议
about: 为这个项目提个建议
title: 'Feat: '
labels: enhancement
assignees: ''
---
**#️⃣ 您的功能请求是否与某个问题相关?请描述。**
<!-清晰简明地描述问题所在。例如:当[...]时,我感觉不方便。-->
**#️⃣ 描述您期望的解决方案**
<!--清晰简明地描述您希望看到的结果。-->
**#️⃣ 描述您考虑过的替代方案**
<!--清晰简明地描述您考虑过的其他解决方案或功能。-->
**#️⃣ 附加背景信息**
<!--在此处添加关于该功能请求的其他背景信息或截图。-->