You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matteodepalo edited this page Sep 12, 2012
·
4 revisions
Contributing
Getting started
If you are a project collaborator just clone it
$ git clone git@github.com:hackatron/bootstar.git
else fork it and submit a pull request.
Guidelines
Git
We highly recommend using git flow. If you are using homebrew run brew install git-flow and then git flow init with the default values inside the project directory.
Commit messages use the present tense and possibly add a description to the commits containing the reason of the change. Read more about commit messages style.