Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 397 Bytes

Contributing

If you submit a pull request, please keep the following guidelines in mind:

  1. Code should be ES6 compliant.
  2. Types, classes and functions should be documented.
  3. Tests pass.

Getting set up

Run:

git clone git@github.com:spotinst/spotinst-sdk-nodejs.git

Running tests

When working on code in this repository, tests can be run via:

npm run test