Before submitting a pull request please do the following:
- Fork the repository and create your branch from
master
- Have you added some code that should be tested? Write some tests! (Are you unsure how to write the test you want to write, ask us for help!)
- Ensure that the tests pass:
grunt test
- Ensure that your code passes the linter:
grunt lint
- Make sure to sign the CLA.