From acb7d607cbd4d639e54037ca3ed50bc502db6eec Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 25 Jan 2019 15:54:25 +0000 Subject: [PATCH] Update PR template to include sytest instructions --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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 000000000..7cded331e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +### Pull Request Checklist + + + +* [ ] I have added any new tests that need to pass to `testfile` as specified in [docs/sytest.md](/docs/sytest.md) +* [ ] I have made sure any new dependencies have been checked into the `vendor/` directory +* [ ] Pull request includes a [sign off](/CONTRIBUTING.rst#sign-off)