Skip to content
Snippets Groups Projects
Commit 2a88a4d4 authored by Vasanth Viswanath S's avatar Vasanth Viswanath S
Browse files

Add instructions to contribution

parent 4afe299e
Branches
No related tags found
No related merge requests found
......@@ -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 :)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment