UNPKG

860 BMarkdownView Raw
1# Contributing
2
3## Issues
4
5This package wraps the [cloud client](https://github.com/driftyco/ionic-cloud) to
6add Angular integration. Because of this, most issues should be reported in the
7[cloud client issues](https://github.com/driftyco/ionic-cloud/issues) or the
8[cloud issues](https://github.com/driftyco/ionic-cloud-issues/issues).
9
10**Before submitting your issue, be sure to update the client and any associated
11Cordova plugins to their latest versions.**
12
13## Pull Requests
14
15Pull requests are welcome!
16
17The bleeding edge is `master`, so you'll want to make your changes off of that.
18The source code is Typescript and lives in `src/`.
19
20### Local Setup
21
22After cloning and installing npm dependencies, there are a variety of gulp
23tasks to help you during development.
24
25* `gulp lint` - Lint your code.
26* `gulp build` - Transpile the Typescript source files.