This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 888eef7 Fixed Typo in README.md 888eef7 is described below commit 888eef77901e26b7ce7df05304fde9c2da21b0ab Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Apr 7 22:17:48 2018 +0200 Fixed Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cae95b..1f115af 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ There are some guidelines which will make applying PRs easier for us: + Check for unnecessary whitespace with `git diff --check` before committing. + Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue. ``` -[MPH-XXX] - Subject of the JIRA Ticket +[MEAR-XXX] - Subject of the JIRA Ticket Optional supplemental description. ``` + Make sure you have added the necessary tests (JUnit/IT) for your changes. -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.