From: Vinod Ahuja Date: Tue, 12 Jul 2022 20:10:01 +0000 (-0500) Subject: Adding submitting change guideline X-Git-Tag: 13.92.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c72bd577eb1fec884f27f01f3e76875202716e0f;p=AGL%2Fdocumentation.git 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27763 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- 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 + ```