From 4700f8831b1bf56abc0c0aaad34022226e797abb Mon Sep 17 00:00:00 2001 From: SquidDev Date: Fri, 24 Aug 2018 17:37:20 +0100 Subject: [PATCH] Add a pull request template Again, not entirely a fan of these, but there's been several PRs which would have been better off targeting the original repo. --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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..9c7f4ae9d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ + + +## Useful information to include: + - Brief explanation of the changes you've made. + - Rationale of why this change has been made/reasoning behind it. + +The more information you can provide, the easier it is to review something now _and_ to see why a change was made, when the code needs updating in the future.