# ArrowSphere nodejs-api-client package

## Contribution guidelines

Fork this repository and do your modifications there, once you're satisfied and they pass our builds, open up a PR from
 your main branch to ours.

For consistency, please use the [Angular commit style](https://gist.github.com/brianclements/841ea7bffdb01346392c).

### Available Types

* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
* **ci**: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
* **docs**: Documentation only changes
* **feat**: A new feature
* **fix**: A bug fix
* **perf**: A code change that improves performance
* **refactor**: A code change that neither fixes a bug nor adds a feature
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
* **test**: Adding missing tests or correcting existing tests

### Available scopes - TBD