Adding submitting change guideline
[AGL/documentation.git] / docs / 6_How_To_Contribute / 8_Adding_Documentation.md
index d2aad82..7797ab5 100644 (file)
@@ -100,7 +100,7 @@ the site.
     $ sudo pip3 install git-review 
     ```
 
-2. Write commit message
+2. Write commit message (**Note:** Please follow [submitting changes](./4_Submitting_Changes.md) guideline to write your commit message.)
 
     ```sh
     # track all the new changes
@@ -118,4 +118,4 @@ the site.
 
     # then to push use
     $ git review
-    ```
\ No newline at end of file
+    ```