Add issue and pull request templates

This commit is contained in:
Ben V. Brown
2018-03-12 17:04:11 +11:00
parent 719953a2bf
commit 17c0d15a8b
2 changed files with 75 additions and 0 deletions

29
PULL_REQUEST_TEMPLATE.md Normal file
View File

@@ -0,0 +1,29 @@
Please try and fill out this template where possible, not all fields are required and can be removed.
* **Please check if the PR fulfills these requirements**
- [ ] The commit message make sense
- [ ] The changes have been tested locally
- [ ] New features have been documented in the Wiki
- [ ] I'm willing to maintain this in the future (Totally Optional)
* **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 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?)
* **Other information**: