Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 330 Bytes

CONTRIBUTING.markdown

File metadata and controls

15 lines (10 loc) · 330 Bytes

Contributing

  • Always add tests
  • Update documentation if needed
  • run gulp test before submitting

Bug fixes

Always add a test for the bug in a separate commit so we can easily cherry pick it for verification.

New features

It's recommended to open an issue before sending a pull request to avoid unnecessary work.