summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 94be46df77944715799597eeab16ffd574153f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
### All Submissions:

* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
* [ ] Have you added an explanation of what problem you are trying to solve with this PR?
* [ ] Have you added information on what your changes do and why you chose this as your solution?
* [ ] Have you written new tests for your changes?
* [ ] Does your submission pass tests?
* [ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?