Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 442 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 442 Bytes

Contributing

Guidelines:

  • All changes should be in a topic branch
  • All changes should have appropriate test coverage
  • 2 spaces (not tabs) for indention
  • Travis builds must be green prior to merging

Steps:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request