diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..8aecff40 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +#### Description + + + + + +#### Checklist + + + + +- [ ] Code modified for feature +- [ ] Test suite updated with functionality tests +- [ ] Test suite updated with negative tests +- [ ] Documentation updated + + +#### Reviewer's checklist: + +- [ ] Any issues marked for closing are addressed +- [ ] There is a test suite reasonably covering new functionality or modifications +- [ ] This feature/change has adequate documentation added +- [ ] Code conform to coding style that today cannot yet be enforced via the check style test +- [ ] Commits have short titles and sensible commit messages