We accept contributions via Pull Requests on GitHub.
-
Describe your problem - If no issue is present for the Pull Request you are making, please document the problem it solves in the Pull Request.
-
Coding standards - The easiest way to verify the coding standards is to use
grunt eslint
. -
Add tests! - Your patch will be merged sooner if it has tests.
-
Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up-to-date. -
Prefer feature branches - This makes is easier for everyone to follow.
-
One pull request per feature - If you want to do more than one thing, please send multiple pull requests.
npm test