mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 16:13:12 +01:00
Pull Request Template Added
This commit is contained in:
parent
ed14f63668
commit
5e282dcc33
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
## Description:
|
||||
**Related issue (if applicable):** fixes #<!--apprise issue number goes here-->
|
||||
|
||||
## 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
|
Loading…
Reference in New Issue
Block a user