add issue template
This commit is contained in:
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Bug Report 🐛
|
||||
about: 报告一个问题 (Report a bug)
|
||||
title: "[Bug] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**问题描述**
|
||||
简要描述你遇到的问题。
|
||||
|
||||
**复现步骤**
|
||||
1.
|
||||
2.
|
||||
|
||||
**环境信息**
|
||||
- OS:
|
||||
- 报错信息 (如有):
|
||||
|
||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Feature Request 💡
|
||||
about: 建议一个新功能 (Propose a feature)
|
||||
title: "[Feat] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**功能描述**
|
||||
你希望添加什么功能?
|
||||
|
||||
**解决什么问题**
|
||||
这个功能解决了什么痛点?
|
||||
|
||||
Reference in New Issue
Block a user