diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c537aee3..4083c2e3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,54 +1,12 @@ ## Description: **Related issue (if applicable):** # - + ## New Service Completion Status * [ ] apprise/plugins/.py -* [ ] pypackage.toml update `keywords` section to identify our new service +* [ ] KEYWORDS - add new service into this file (alphabetically). * [ ] README.md - add entry for new service to table (as a quick reference) @@ -59,8 +17,8 @@ apprise -vv -t "Title" -b "Message content" \ * [ ] The code change is tested and works locally. * [ ] There is no commented out code in this PR. -* [ ] No lint errors (use `tox -e lint`) -* [ ] 100% test coverage (use `tox -e minimal`) +* [ ] No lint errors (use `flake8`) +* [ ] 100% test coverage ## Testing