From a1d0783f7a53115d943cb70ea9e7cbee7f870ef1 Mon Sep 17 00:00:00 2001 From: Benau Date: Thu, 8 Aug 2019 11:38:41 +0800 Subject: [PATCH] Add a pull request template for licensing stuff --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b070eea5b..560b6abef 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,7 +14,7 @@ For any suggestions, please address them on the forum: https://forum.freegamedev ## Configuration - + STK release version: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4db22ba33 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Agreement +``` +By creating a pull request in stk-code, you hearby agree to dual-license your contribution as +GNU General Public License version 3 or any later version and +Mozilla Public License version 2 or any later version. + +This includes your previous contribution under the same name of contributor. + +Keep the above statement in the pull request comment for agreement. + +```