apprise-api/.github/PULL_REQUEST_TEMPLATE.md

10 lines
332 B
Markdown
Raw Normal View History

2019-10-27 04:53:40 +01:00
## Description:
**Related issue (if applicable):** fixes #<!--apprise issue number goes here-->
## 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`)
* [ ] tests added