From 69627b081b08e99712c92311c4186f1dcda18c67 Mon Sep 17 00:00:00 2001 From: Charles Alleman Date: Tue, 14 Jul 2020 14:03:33 +1000 Subject: [PATCH] Cretaed pr-template --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 00000000..32779e9c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +# Title of PR + +What is the purpose of this PR? + +## Changes + +List of changes added as part of this PR. This only needs to include the big changes which reviewers should carefully check. + +## Problems + +Any problems caused by the PR that will need to be address in another PR. For example, these issues may be caused by another branch which will change how this branch functions. + +## Visual Changes + +If the PR has any visual changes to the website, post pictures of the new pages and how they look. +Label any images if more than one is given. + +## Final Checklist + +- [ ] Assign reviewers if you have permission +- [ ] Assign labels if you have permission +- [ ] Link issues related to PR +- [ ] Remove/Reduce warnings from edited files +- [ ] Unit tests have been added for changes +- [ ] Ensure CI build is passing