Skip to content

Contributing

matteodepalo edited this page Sep 12, 2012 · 4 revisions

Contributing

Getting started

If you are a project collaborator just clone it

$ git clone [email protected]: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.

Ruby

We will adopt these guidelines for Ruby.

Clone this wiki locally