Update issue templates

This commit is contained in:
yansongda 2018-12-03 17:48:41 +08:00
parent aba02d4506
commit ff24aa8ba6
3 changed files with 49 additions and 0 deletions

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

@ -0,0 +1,16 @@
---
name: Bug Report
about: Bug report
---
## 包版本号
## 问题描述
## 你的代码
> 涉及到 异步通知、同步通知 的问题,请将 nginx/Apache 的相关日志贴出来
## 报错详情

16
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
---
## 包版本号
## 问题描述
## 你的代码
> 涉及到 异步通知、同步通知 的问题,请将 nginx/Apache 的相关日志贴出来
## 报错详情

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.