Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 736 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 736 Bytes

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 servering 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 approriate update the readme to reflect your changes.
  3. Run grunt build to minify and create a dist version of your changes
  4. If approriate update the demo in /demo/
  5. The project maintainer will update the Plunker demo that is linked in README.md if needed.