diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..e1cf374809da718d14c802609a1fd99101c4ac0d --- /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