Adding submitting change guideline 63/27763/3
authorVinod Ahuja <vahuja@unomaha.edu>
Tue, 12 Jul 2022 20:10:01 +0000 (15:10 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 20 Jul 2022 22:54:16 +0000 (22:54 +0000)
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

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
+    ```