Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 439 Bytes

CONTRIBUTING.markdown

File metadata and controls

11 lines (10 loc) · 439 Bytes

Contributing

  • Create topic/feature branch: git checkout -b awesome-changes
  • Commit…
  • Add entry at the top of ChangeLog
  • Run tests: bundle exec rspec
  • Check code style: bundle exec rubocop
  • Rebase on master and squash commits to logical units
  • Push your branch: git push origin awesome-changes
  • Create pull request
  • Check if travis is happy