diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0817280d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Description: +**Related issue (if applicable):** fixes # + +## New Service Completion Status + +* [ ] apprise/plugins/Notify.py +* [ ] setup.py + - add new service into the `keywords` section of the `setup()` declaration +* [ ] README.md + - add entry for new service to table (as a quick reference) +* [ ] packaging/redhat/python-apprise.spec + - add new service into the `%global common_description` + +## Checklist + +* [ ] The code change is tested and works locally. +* [ ] There is no commented out code in this PR. +* [ ] No lint errors (use `flake8`) +* [ ] 100% test coverage