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