zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
27 lines (16 loc) • 644 B
Markdown
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: `npm test`
- 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