diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e1cf374809da718d14c802609a1fd99101c4ac0d..8b4023fa77d03c6ab5f380a4792df1679ae861c5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,5 +5,10 @@
 * Make a new branch with your changes using `git branch -b <branch_name>`. For
  instance, if you are working on adding tests, you should do something like `git branch -b add_tests`.
 * Send in a pull-request.
+* Once you're done with the changes follow the commands to push to origin repo:
+  `git add <filename>`
+  `git commit -m "<Comment on changes made>"`
+  `git push origin <branch_name>`
 
-More instructions coming soon :)
\ No newline at end of file
+
+More instructions coming soon :)