Update issue templates
This commit is contained in:
parent
fb7f447756
commit
298b67446c
14
.github/ISSUE_TEMPLATE/提交一个bug.md
vendored
14
.github/ISSUE_TEMPLATE/提交一个bug.md
vendored
@ -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️⃣ 描述一下问题
|
||||
> 简单描述一下
|
||||
|
||||
<!-- 简单描述一下问题(如何产生的,什么情况下,进行什么操作的时候)-->
|
||||
|
||||
|
||||
|
||||
|
||||
20
.github/ISSUE_TEMPLATE/提交一个需求建议.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/提交一个需求建议.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: 提交一个需求建议
|
||||
about: 为这个项目提个建议
|
||||
title: 'Feat: '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**#️⃣ 您的功能请求是否与某个问题相关?请描述。**
|
||||
<!-清晰简明地描述问题所在。例如:当[...]时,我感觉不方便。-->
|
||||
|
||||
**#️⃣ 描述您期望的解决方案**
|
||||
<!--清晰简明地描述您希望看到的结果。-->
|
||||
|
||||
**#️⃣ 描述您考虑过的替代方案**
|
||||
<!--清晰简明地描述您考虑过的其他解决方案或功能。-->
|
||||
|
||||
**#️⃣ 附加背景信息**
|
||||
<!--在此处添加关于该功能请求的其他背景信息或截图。-->
|
||||
Loading…
Reference in New Issue
Block a user