Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 440 Bytes

Tests

All commits that fix bugs or add features need a test.

<blink> Do not merge code without tests.</blink>

Changelog

All commits that change or add to the API must be done in a pull request that also:

  • Add an entry to CHANGES.md with clear steps for updating code for changed or removed API.
  • Updates examples
  • Updates the docs

Development

  • npm test will fire up a karma test runner and watch for changes