Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

51 lines (37 loc) · 1.64 KB

Contributing

Before making any contributions, please sign one of the contributor license agreements below.

Fork the repo, develop and test your code changes.

Install all dependencies including development requirements by running:

$ npm install -d

Tests use mocha. To run all tests you can use

$ npm test

which looks for tests in the ./tests directory.

Your code should honor the Google JavaScript Style Guide. You can use Closure Linter to detect style issues.

Submit a pull request. The repo owner will review your request. If it is approved, the change will be merged. If it needs additional work, the repo owner will respond with useful comments.

Contributor License Agreements

Before creating a pull request, please fill out either the individual or corporate Contributor License Agreement.

  • If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an individual CLA.
  • If you work for a company that wants to allow you to contribute your work to this client library, then you'll need to sign a corporate CLA.

Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll add you to the official list of contributors and be able to accept your patches.