Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 647 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 647 Bytes

CONTRIBUTING

  1. Fork the repo.

  2. npm install

  3. bower install

  4. Run the build: grunt

    • builds dist/ng-table.js and associated files
  5. Run the tests: karma start

    • ie prove existing code before making your changes
  6. Make changes in source folder (src)

  7. Minify source files: grunt

  8. Make the test pass

  9. Commit changes:

    • include ONLY source files ie do NOT commit files under the dist/ folder
    • use a commit message that follows conventions
  10. Push your changes to your fork and submit a pull request