Skip to content
Jan Odvarko edited this page Mar 5, 2015 · 7 revisions

##After Picking an Issue: First create a new branch as follows(x relates to the issue number eg 123):

git checkout -b issue123

Make the changes to the various files and save. Add the files you would like to commit.

git add my-file.js

After adding the files you need to commit the changes:

git commit -m '#123 Fix an issue and make a pull request example'

TODO: instructions about devenv setup + code style + code base structure explained

Clone this wiki locally