diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..a990aa10 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +#### 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 +- [ ] No obvious mistakes in the code