Skip to content
Vitor Leal edited this page Jan 26, 2016 · 1 revision

Contribuições

  1. Faça um fork!
  2. Crie sua branch: git checkout -b my-new-feature
  3. Adicione suas alterações e os testes unitários
  4. Faça seu commit: git commit -m 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Faça seu pull request :)
Clone this wiki locally