Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 373 Bytes

CONTRIBUTING.markdown

File metadata and controls

10 lines (9 loc) · 373 Bytes

Contributing

  • Create topic/feature branch: git checkout -b awesome-changes
  • Commit…
  • Add entry to ChangeLog
  • Run tests: bundle exec rspec
  • Check code style: bundle exec rubocop
  • Push your branch: git push origin awesome-changes
  • Create pull request
  • Check if travis is happy