Repository: activemq-artemis Updated Branches: refs/heads/master 5316a8048 -> b63c8fa9a
NO-JIRA cite reference for commit msg format Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/414db3ad Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/414db3ad Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/414db3ad Branch: refs/heads/master Commit: 414db3add9924e71027d0b984ce855aa2953cfee Parents: 5316a80 Author: Justin Bertram <[email protected]> Authored: Mon Mar 6 14:39:15 2017 -0600 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 6 22:13:04 2017 -0500 ---------------------------------------------------------------------- docs/hacking-guide/en/maintainers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/414db3ad/docs/hacking-guide/en/maintainers.md ---------------------------------------------------------------------- diff --git a/docs/hacking-guide/en/maintainers.md b/docs/hacking-guide/en/maintainers.md index 4319f5a..3095679 100644 --- a/docs/hacking-guide/en/maintainers.md +++ b/docs/hacking-guide/en/maintainers.md @@ -31,7 +31,8 @@ Developers are encouraged also to use the Dev profile, which will activate check ## Commit Messages -Please ensure the commit messages follow the 50/72 format as described [here](code.md#commitMessageDetails). +Please ensure the commit messages follow the 50/72 format as described [here](code.md#commitMessageDetails). This +format follows the recommendation from the [official Git book](https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project). ## Configuring git repositories
