Update issue templates

This commit is contained in:
木偶 2021-07-06 09:56:52 +08:00 committed by GitHub
parent 064190c3df
commit 08a285ed6e
3 changed files with 51 additions and 0 deletions

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

@ -0,0 +1,24 @@
---
name: Bug report
about: 报告一个bug
title: ''
labels: bug
assignees: ''
---
**描述一下这个bug**
清楚而简洁地描述了错误是什么
**复现方式**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**预期行为**
清晰简明地描述了您预期的发生。
**截图**
如果可以,请添加屏幕截图以帮助解释您的问题。

View File

@ -0,0 +1,10 @@
---
name: Development Problem
about: 任何开发建议、使用问题、交流学习都可以
title: ''
labels: help wanted
assignees: ''
---
## 任何开发建议、交流学习都可以

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: 提交一个新特性/功能
title: ''
labels: feature
assignees: ''
---
**您的功能请求是否与问题相关? 请简单描述.**
清晰简明地描述问题是什么. Ex. I'm always frustrated when [...]
**请描述一下您想要的解决方案**
清晰简明地描述您想要发生的事情。
**描述你考虑过的替代方案**
清晰简洁地描述您所考虑的任何替代解决方案或功能。