Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 616 Bytes

File metadata and controls

22 lines (14 loc) · 616 Bytes

CONTRIBUTING

  1. Fork the repo.

  2. npm install

  3. Run the build: npm run build:full

    • builds dist/ng-table.js and associated files
  4. Run the tests: npm test

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

  6. Make the test pass: npm test

  7. Commit changes:

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