Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

Thanks for contributing ! Here are the syntax guidelines I'd like to respect:

  • 2 spaces for indentation
  • no hard tabs, ever
  • make indent should leave the code as is
  • travis is always right
  • aim for ≥90% coverage (green badge).

I prefer working on several, independent branches for small features, and merge after on master. See github-flow.