All commits that fix bugs or add features need a test.
<blink>
Do not merge code without tests.</blink>
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
npm test
will fire up a karma test runner and watch for changes