From b3d2d4a05ff2b7e6b3c1b2cf23c728fa86d6b612 Mon Sep 17 00:00:00 2001 From: John Ramsden Date: Sat, 13 Jul 2019 17:24:45 -0700 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d16184e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Description + + + +## Testing + + + +- [ ] Tests passed successfully +- [ ] Tested relevant command + +## Code + +- [ ] When necessary, comments have been added in hard-to-understand areas +- [ ] The changes conform to pep8 - test with `pytest --codestyle`.