# Contributing
Thanks for wanting to contribute. Please follow the instructions below.


## Getting started
1. Clone the repository
2. Run `bower install` in the repository directory
3. Run `npm install` in the repository directory
4. Run `grunt serve` to start serving the demo on `http://localhost:9001/demo/`


## Before creating a pull request
1. Make sure you add tests to `/test/angular-validator-spec.js` that test your changes. To run tests `grunt test`
2. If appropriate update the README to reflect your changes.
3. Run `grunt build` to minify and create a `dist` version of your changes
4. If appropriate update the demo in /demo/
5. The project maintainer will update the Plunker demo that is linked in README.md if needed.