2019-10-12 02:44:15 +02:00
|
|
|
## Description:
|
2020-03-18 17:36:54 +01:00
|
|
|
**Related issue (if applicable):** #<!--apprise issue number goes here-->
|
2019-10-12 02:44:15 +02:00
|
|
|
|
2019-11-17 21:51:40 +01:00
|
|
|
<!-- Have anything else to describe? Define it here -->
|
|
|
|
|
2019-10-12 02:44:15 +02:00
|
|
|
## New Service Completion Status
|
|
|
|
<!-- This section is only applicable if you're adding a new service -->
|
|
|
|
* [ ] apprise/plugins/Notify<!--ServiceName goes here-->.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 following must be completed or your PR can't be merged -->
|
|
|
|
* [ ] 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
|