From bafd04dbcafd7412b1c380758b29b927ef94ffff Mon Sep 17 00:00:00 2001
From: Sachin Kamath <sskamath96@gmail.com>
Date: Sat, 30 Sep 2017 15:48:20 +0530
Subject: [PATCH] Add contribution guide

---
 CONTRIBUTING.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 CONTRIBUTING.md

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..e1cf374
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,9 @@
+### Contributing to this repo
+
+* Fork the repository
+* Clone your fork using `https://git.amrita.edu/<your_username>/hodor-webapp`
+* 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.
+
+More instructions coming soon :)
\ No newline at end of file
-- 
GitLab