HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
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