From 237f5a6152141892f2978406464221a6f8c2d91b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 24 May 2020 14:24:32 +1000 Subject: [PATCH] Add pull request template. --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..d928222e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +**DELETE ALL OF THIS TEXT BEFORE SUBMITTING** + +Thanks for your contribution! Before submitting this pull request, make sure you're okay with your code +being put into the public domain. By submitting this pull request we will assume you're agreeing this. + +In addition, please ensure you're respecting the goals of the project. Your pull request will be rejected +if you do any of the following: + + * Split your code into multiple files + * Include a dependency on an external library + * Include copyrighted code + +Your pull request may still be rejected for other reasons to those listed above, but we will inform you of +the reasons. \ No newline at end of file