From 7ff93600b88cf348c6c6d52499da539cb88d2de6 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 19 Feb 2016 14:29:59 +0100 Subject: [PATCH] Create a Pull Request template In addition to the Issue template which is far more important i would like to add this so issues will get closed after merging related PRs rather than being reliant on the reviewer. If someone want to add something here feel free. --- PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..496d748731 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +resolves #XXXX + +### What does this PR change? +Please add your changes here.