apprise-api/.github/PULL_REQUEST_TEMPLATE.md
2019-10-27 11:12:44 -04:00

10 lines
332 B
Markdown

## 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