Thanks for wanting to contribute. Please follow the instructions below.
- Clone the repository
- Run
bower install
in the repository directory - Run
npm install
in the repository directory - Run
grunt serve
to start servering the demo onhttp://localhost:9001/demo/
- Make sure you add tests to
/test/angular-validator-spec.js
that test your changes. To run testsgrunt test
- If approriate update the readme to reflect your changes.
- Run
grunt build
to minify and create adist
version of your changes - If approriate update the demo in /demo/
- The project maintainer will update the Plunker demo that is linked in README.md if needed.