Browse Source

Add issue template (#112)

* Add issue template
tags/v5.8.0
陈键冬 GitHub 6 years ago
parent
commit
322eb97a45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 5 deletions
  1. +19
    -0
      .github/ISSUE_TEMPLATE.md
  2. +7
    -5
      .github/PULL_REQUEST_TEMPLATE.md

+ 19
- 0
.github/ISSUE_TEMPLATE.md 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.)

+ 7
- 5
.github/PULL_REQUEST_TEMPLATE.md 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***:

Loading…
Cancel
Save