From c72bd577eb1fec884f27f01f3e76875202716e0f Mon Sep 17 00:00:00 2001
From: Vinod Ahuja <vahuja@unomaha.edu>
Date: Tue, 12 Jul 2022 15:10:01 -0500
Subject: Adding submitting change guideline

Adding note for committer to follow submitting change guideline.

Bug-AGL: SPEC-4470
Change-Id: I40f26d9ab6e4d574e39ec677caa856a38ca94888
Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27763
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
---
 docs/6_How_To_Contribute/8_Adding_Documentation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs')

diff --git a/docs/6_How_To_Contribute/8_Adding_Documentation.md b/docs/6_How_To_Contribute/8_Adding_Documentation.md
index d2aad82..7797ab5 100644
--- a/docs/6_How_To_Contribute/8_Adding_Documentation.md
+++ b/docs/6_How_To_Contribute/8_Adding_Documentation.md
@@ -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
+    ```
-- 
cgit