From 39a64d3c2bed0670418962cafbbe095caabde58e Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Thu, 25 Aug 2016 09:25:53 -0700 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE copied from pandas This should make it more obvious to new contributors what we expect. --- .github.com/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github.com/PULL_REQUEST_TEMPLATE.md diff --git a/.github.com/PULL_REQUEST_TEMPLATE.md b/.github.com/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..918d427ee4f --- /dev/null +++ b/.github.com/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ + - [ ] closes #xxxx + - [ ] tests added / passed + - [ ] passes ``git diff upstream/master | flake8 --diff`` + - [ ] whatsnew entry