summaryrefslogtreecommitdiff
path: root/pull_request_template.md
blob: d3fdd16936860e98bf47c7f107bf76da4d16d3ea (plain)
1
2
3
4
5
- [ ] Closes # (insert issue number)
- [ ] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors
- [ ] The change is fully covered by automated unit tests
- [ ] Documented in docs/ as appropriate
- [ ] Added an entry to the CHANGES file