Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 590 Bytes

File metadata and controls

12 lines (10 loc) · 590 Bytes

Contributing Guide

First, feel free to contact me with questions. Mailing List. Issues.

  1. Contribute to the issue that is the reason you'll be developing in the first place
  2. Fork js-data-hal
  3. git clone https://github.com/<you>/js-data-hal.git
  4. cd js-data-hal; npm install; bower install;
  5. grunt go (builds and starts a watch)
  6. (in another terminal) grunt karma:dev (runs the tests)
  7. Write your code, including relevant documentation and tests
  8. Submit a PR and we'll review