Add issue template (#112)

* Add issue template
This commit is contained in:
陈键冬 2020-04-23 14:24:25 +08:00 committed by GitHub
parent 894723f7e6
commit 322eb97a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 5 deletions

19
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,19 @@
### Issue Description
***Do you want to request a `feature` or report a `bug`?***
***What is the current behavior?***
***What is the expected behavior?***
***Context / What is the motivation / use case for changing the behavior?***
***Other information*** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context.)

View File

@ -1,17 +1,19 @@
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
### PR Description
***What kind of change does this PR introduce?*** (Bug fix, feature, docs update, ...)
* **What is the current behavior?** (You can also link to an open issue here)
***What is the current behavior?*** (You can also link to an open issue here)
* **What is the new behavior (if this is a feature change)?**
***What is the new behavior?*** (if this is a feature change))
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)
***Does this PR introduce a breaking change?*** (What changes might users need to make in their application due to this PR?)
* **Other information**:
***Other information***: