File: //proc/self/cwd/docs_old/vendor/ng-table/CONTRIBUTING.md
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`)
6. Minify source files: `grunt`
7. Make the test pass
8. Commit changes:
- include ONLY source files ie do NOT commit files under the dist/ folder
- use a commit message that follows [conventions](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)
9. Push your changes to your fork and submit a pull request