From ad30d2417e4fdf340134cfcf163a888c02219912 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Sat, 11 Apr 2020 11:07:50 -0600 Subject: [PATCH] Improve GitHub PR Template --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d9f2ec5b..8b7cb8f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ + + ### Checklist - [ ] The code change is tested and works locally. -- [ ] Tests pass. Your PR cannot be merged unless tests pass. +- [ ] Tests pass. Your PR cannot be merged unless tests pass. -- `behave` - [ ] The code passes linting via - [black](https://black.readthedocs.io/en/stable/) (consistent code styling) -- + [black](https://black.readthedocs.io/en/stable/) (consistent code styling). -- `black --check . --verbose --diff` - [ ] The code passes linting via [pyflakes](https://launchpad.net/pyflakes) - (logically errors and unused imports) -- `pyflakes .` + (logically errors and unused imports). -- `pyflakes .` - [ ] There is no commented out code in this PR. - [ ] Have you followed the guidelines in our Contributing document? - [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change?