From 2a88a4d4ab72a90dd88ec4756cfaf7b04653d666 Mon Sep 17 00:00:00 2001
From: Vasanth Viswanath S <cb.en.u4cse14254@cb.students.amrita.edu>
Date: Thu, 19 Oct 2017 20:42:36 +0530
Subject: [PATCH] Add instructions to contribution

---
 CONTRIBUTING.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e1cf374..8b4023f 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 :)
-- 
GitLab