The following steps will allow you to contribute to our project:
- Fork the plugin
- Run
npm install
in the root directory - Run
jspm install
in thesample
directory - Make any changes
- Use the embedded sample app to check if your changes didn't break anything. Run
gulp watch
and browse tohttp://localhost:3000
. - Run all unit tests using
gulp test
- Run
gulp build
(and fix any errors) - Run
gulp lint
(and fix any errors) - Create a git commit using our commit message guidelines so your change can be automatically added to the changelog. Note: Don't include any dist output (f.i. from running
gulp build-release
). - Create a pull request