From b354f722bec0402fa356163859ff2444cd9bceef Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Sat, 2 Sep 2017 21:52:54 +1000 Subject: [PATCH] Add link for EUPL * Also formatted `git rebase` text to be consistent with `git commit --signoff` Signed-off-by: WaLLy3K --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9ac82474..96ce4ba5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,8 +8,8 @@ - [] I have tested my proposed changes, and have included unit tests where possible. - [] I am willing to help maintain this change if there are issues with it later. - [] I give this submission freely and claim no ownership. -- [] It is compatible with the EUPL 1.2 license. -- [] I have squashed any insignificant commits using [`git rebase`](https://git-scm.com/docs/git-rebase). +- [] It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1) +- [] I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)) - [] I have Signed Off all commits. ([`git commit --signoff`](https://git-scm.com/docs/git-commit#git-commit---signoff)) ---