summaryrefslogtreecommitdiffstats
path: root/docs/6_How_To_Contribute/8_Adding_Documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/6_How_To_Contribute/8_Adding_Documentation.md')
-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
+ ```