This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new ae89c6c974 NO-JIRA add supporting link for commit msg
ae89c6c974 is described below

commit ae89c6c974967b1d6653ba58aa0cd49a18eb4e77
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Dec 6 16:10:29 2022 -0600

    NO-JIRA add supporting link for commit msg
---
 docs/hacking-guide/en/code.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/hacking-guide/en/code.md b/docs/hacking-guide/en/code.md
index 25fa123a06..32a891788f 100644
--- a/docs/hacking-guide/en/code.md
+++ b/docs/hacking-guide/en/code.md
@@ -75,7 +75,8 @@ related JIRA or an email to the [dev 
list](http://activemq.apache.org/mailing-li
          $ git commit
 
    <a name="commitMessageDetails"></a> When you commit your changes you will 
need to supply a commit message. We follow the
-    50/72 git commit message format. An ActiveMQ Artemis commit message should 
be formatted in the following manner:
+    50/72 git commit message format as recommended in the [official Git 
book](https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project).
+    An ActiveMQ Artemis commit message should be formatted in the following 
manner:
     
    1. Add the first line with the summary, using maximum 50 characters. Start 
the summary with the jira key (ARTEMIS-XXX)
       followed by a brief description of the change. Use the prefix `NO-JIRA` 
only for a very small insignificant change,
@@ -168,4 +169,4 @@ To keep track of all licenses in ActiveMQ Artemis, new 
dependencies must be adde
 added under the dependency management section with version and labelled with a 
comment highlighting the license for the
 dependency version.  See existing dependencies in the main pom.xml for 
examples.  The dependency can then be added to
 individual ActiveMQ Artemis modules *without* the version specified (the 
version is implied from the dependency management
-section of the top level pom).  This allows ActiveMQ Artemis developers to 
keep track of all dependencies and licenses.
\ No newline at end of file
+section of the top level pom).  This allows ActiveMQ Artemis developers to 
keep track of all dependencies and licenses.

Reply via email to