From bc03c2cd6351a3df90a0c8ac7be382e0e02a6855 Mon Sep 17 00:00:00 2001 From: Tom Burrows <22625968+tburrows13@users.noreply.github.com> Date: Thu, 10 May 2018 11:19:48 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 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..0a20cbff5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + +- [ ] If this is a bugfix, I have provided code that clearly demonstrates the problem and that works when used with this PR +- [ ] I have added a test to the test suite, if necessary +- [ ] I have properly documented new or changed features in the documention, or the docstrings +- [ ] I have properly documented unusual changes to the code in the comments around it +- [ ] I have made note of any breaking/backwards incompatible changes