Adding open source contributing templates

This commit is contained in:
Apoclyps
2019-07-26 20:09:57 +01:00
parent 536a92ee04
commit f608b81cb1
3 changed files with 107 additions and 0 deletions

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,9 @@
## Whats changed
#### **Please check if the PR fulfills these requirements**
- [ ] The commit message follows the guidelines outline in the repository
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
- [ ] Passes CI and does not contain merge conflicts with Master.