From e4ed387b935f3b20b0bf2aa12a21b6bc4cdc7170 Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Sat, 29 May 2021 11:53:52 +1200 Subject: [PATCH] Add pull request template doc --- docs/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/PULL_REQUEST_TEMPLATE.md diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..2ef07080e --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +# Pull request + +## Description of the pull request + + + + + +## CLA + +- [ ] I agree that by opening a pull requests I am handing over copyright ownership +of my work contained in that pull request to the owner of this git project. +My contribution will become licensed under the same license as the overall project. +This extends upon paragraph 11 of the Terms & Conditions stipulated in the GPL v3.0 + + +## Checklist + + + + +- [ ] I have ensured that my pull request is being opened to merge into the correct branch. + +- [ ] (If submitting a new plugin) I have included a copy of the GPL v3.0 [LICENSE](../LICENSE) +file in my plugin directory. + +- [ ] I have ensured that all new python file contributions contain the correct header as +stipulated in the [Contributing Docs](CONTRIBUTING.md#opening-pull-requests).