summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2022-07-12 15:10:01 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-07-20 22:54:16 +0000
commitc72bd577eb1fec884f27f01f3e76875202716e0f (patch)
tree4a81b3a8aad6070575fd0b8a82871a3aca5913de
parentc44dfb31990418e52c115aa80540c65296585630 (diff)
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>
-rw-r--r--docs/6_How_To_Contribute/8_Adding_Documentation.md4
1 files changed, 2 insertions, 2 deletions
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
+ ```