# Contributing 1. Fork it and clone it 1. Checkout the `develop` branch 1. `npm install` 1. Create your feature branch (`git checkout -b my-new-feature`) 1. Add your feature code and supporting unit tests 1. `npm test` 1. Commit your changes 1. Push to the branch (`git push origin my-new-feature`) 1. Create new Pull Request from your feature branch to the main `develop` branch ## Testing ``` npm test ``` or ``` gulp unittest ``` ## Code Style ``` npm run lint ``` or ``` gulp lint ```