diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..8f60c606c --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## Description (e.g. "Related to ...", "Closes ...", etc.) + + + +## Code review checklist + +- [ ] Private platform tests at `core/tests/test_python-docx` are updated and passing +- [ ] If this change is going to be deployed on Cloudsmith after merge, python-docx version number should be increased + +[commit messages]: https://chris.beams.io/posts/git-commit/