diff options
author | Scott <[email protected]> | 2018-06-09 12:29:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-09 12:29:09 +0100 |
commit | 76ded8fa2d981f76015fe4dcc3ca77574039ae4e (patch) | |
tree | 8a9ec6973bffc0f44bab3d1ab352c6f519ff0c72 | |
parent | 55db67487336f970b68b2d70676860f8c59ac9bb (diff) |
Create PULL_REQUEST_TEMPLATE.md
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 22 |
1 files changed, 22 insertions, 0 deletions
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):** |