Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Contributing

André Miranda edited this page Mar 21, 2015 · 1 revision

Git

If you are not into Git yet, fear not, there tons of material regarding git on the web, but the official Git Book is the recommended start point.

Sending code

As most of GitHub projects, we follow the GitHub Flow

Please, remember to:

  • not fix more than one issue in the same commit (except, of course, if one code change fixes all of them).
  • not do cosmetic changes to unrelated code in the same commit as some feature/bugfix.
Clone this wiki locally