Skip to content

Files

Latest commit

4787f6c · Oct 4, 2014

History

History
12 lines (10 loc) · 635 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 635 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-angular
  3. git clone https://github.com/<you>/js-data-angular.git
  4. cd js-data-angular; 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