mirror of https://github.com/caronc/apprise
Update PULL_REQUEST_TEMPLATE.md
parent
096a25011c
commit
fb48d306c1
|
@ -2,13 +2,11 @@
|
|||
**Related issue (if applicable):** #<!--apprise issue number goes here-->
|
||||
|
||||
<!-- Have anything else to describe? Define it here; this helps build the wiki item later
|
||||
-- Delete this section if you are not creating a new plugin --
|
||||
|
||||
## *ServiceName* Notifications
|
||||
* **Source**: https://official.website.example.ca
|
||||
* **Icon Support**: Yes / No
|
||||
* **Message Format**: Plain Text / HTML / Markdown
|
||||
* **Message Limit**: nn Characters
|
||||
* **Icon Support**: No
|
||||
* **Message Format**: Plain Text
|
||||
* **Message Limit**: ~10,000 Characters
|
||||
|
||||
Describe your service here..
|
||||
|
||||
|
@ -45,6 +43,8 @@ apprise -vv -t "Title" -b "Message content" \
|
|||
service://token
|
||||
```
|
||||
|
||||
-->
|
||||
|
||||
## New Service Completion Status
|
||||
<!-- This section is only applicable if you're adding a new service -->
|
||||
* [ ] apprise/plugins/<!--new plugin name -->.py
|
||||
|
@ -55,14 +55,12 @@ apprise -vv -t "Title" -b "Message content" \
|
|||
* [ ] packaging/redhat/python-apprise.spec
|
||||
- add new service into the `%global common_description`
|
||||
|
||||
-- END OF NEW PLUGIN SECTION - REMOVE ABOVE SECION IF NOT A NEW PLUGIN -->
|
||||
|
||||
## 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 `tox -e lint` and even `tox -e format` to autofix what it can)
|
||||
* [ ] Test coverage added (use `tox -e minimal`)
|
||||
* [ ] No lint errors (use `tox -e lint`)
|
||||
* [ ] 100% test coverage (use `tox -e minimal`)
|
||||
|
||||
## Testing
|
||||
<!-- If this your code is testable by other users of the program
|
||||
|
@ -85,8 +83,4 @@ pip install git+https://github.com/caronc/apprise.git@<this.branch-name>
|
|||
apprise -t "Test Title" -b "Test Message" \
|
||||
<apprise url related to ticket>
|
||||
|
||||
# If you have cloned the branch and have tox available to you
|
||||
# the following can also allow you to test:
|
||||
tox -e apprise -- -t "Test Title" -b "Test Message" \
|
||||
<apprise url related to ticket>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue