Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 609 Bytes

Como Contribuir?

  1. Fazer um fork do projeto
  2. Instalar as dependências: bundle install (Se não tiver o bundler instalado, faça antes: gem install bundler)
  3. Criar um feature branch (git checkout -b my-new-feature)
  4. Fazer os devidos ajustes com os respectivos testes
  5. Comitar as mudanças, se possível tente fazer commits atômicos (git commit -am 'Added some feature')
  6. Atualizar o repositório no Github (git push origin my-new-feature)
  7. Fazer pull request

Sintaxe

Como referência de padrão de sintaxe, siga o ruby styleguide do GitHub