Create pull_request_template.md

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-07-28 12:07:34 +02:00
committed by GitHub
parent 1e24b3d774
commit e81c08f7f0

17
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,17 @@
* Fixes issue: #
* Target version: master
### Summary
### TODO
- [ ] ...
### Checklist
- [ ] Code is properly formatted
- [ ] Sign-off message is added to all commits
- [ ] Tests (unit, integration, api and/or acceptance) are included
- [ ] Documentation (manuals or wiki) has been updated or is not required