-
Fork the repo.
-
npm install -
Run the build:
npm run build:full- builds dist/ng-table.js and associated files
-
Run the tests:
npm test- ie prove existing code before making your changes
-
Make changes in source folder (
src) -
Make the test pass:
npm test -
Commit changes:
- include ONLY source files ie do NOT commit files under the dist/ folder
- use a commit message that follows conventions
-
Push your changes to your fork and submit a pull request