This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch BADGES in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 283a3458c3aaf105805a9d2e182525f73b311882 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Jan 27 13:29:09 2018 +0100 improved pull request template. --- .github/pull_request_template.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a56d764..73ce1ed 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,13 +11,15 @@ contribution quickly and easily: - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean install` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. -If your pull request has less than ~20 lines of code you don't need to sign an -[Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) -but you have to make clear to declare the contribution to be licenses under +If your pull request is about ~20 lines of code you don't need to sign an +[Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure +please ask on the developers list. + +To make clear that your contributions is licenses under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -which you need to acknowledge by using the following check-box. +you have to acknowledge this by using the following check-box. - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). + - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- To stop receiving notification emails like this one, please contact [email protected].
