apollo_developers/bower_components/ng-table/CONTRIBUTING.md
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

21 lines
304 B
Markdown
Executable File

CONTRIBUTING
============
Here's a quick guide:
1. Fork the repo.
2. `npm install`
3. `bower install`
4. Run the tests: `karma start`
5. Make changes in source folder `src`.
6. Minify source files: `grunt`
7. Make the test pass.
8. Push ONLY source files to your fork and submit a pull request.