Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 655 Bytes

Contibutions

Thanks for your interest. Before opening an issue or pull request please review these quick points:

  • If you'd like to report a bug please reproduce it in Tonic and include the link in the issue
  • Pull requests must have test coverage and pass on Travis
  • Feature changes should have accompanying documentation updates
  • API changes should be also reflected in juice.d.ts and juice-tests.ts files
  • JavaScript standards are defined in the .jscsrc file, please maintain those standards when making changes. The standards are a relaxed version of the Node.js standards.

That's the main stuff, thanks!