mirror of
https://github.com/caronc/apprise.git
synced 2024-11-08 17:24:00 +01:00
833 B
833 B
Description:
Related issue (if applicable): #
New Service Completion Status
- apprise/plugins/Notify.py
- setup.py
- add new service into the
keywords
section of thesetup()
declaration
- add new service into the
- 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
- add new service into the
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