From 76ded8fa2d981f76015fe4dcc3ca77574039ae4e Mon Sep 17 00:00:00 2001 From: Scott <628593+sr55@users.noreply.github.com> Date: Sat, 9 Jun 2018 12:29:09 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..456055b0b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + +**Before Posting:** + +- [ ] For moderate to large issues, pleae create a new issue to disucss the change before raising a pull request. +This will allow us to confirm the change is suitable for HandBarke and make any suggestions that may be relevant. + +**Description of Change:** + + + + + +**Test on:** + +- [ ] Windows 10+ (via MinGW) +- [ ] macOS 10.13+ +- [ ] Ubuntu Linux + +**Screenshots (If relevant):** + + +**Log file output (If relevant):** -- 2.40.0