Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.47 KB

CONTRIB.md

File metadata and controls

34 lines (27 loc) · 1.47 KB

How to become a contributor and submit your own code

Contributor License Agreements

We'd love to accept your tests and patches! Before we can take them, we have to jump a couple of legal hurdles.

Please fill out either the individual or corporate Contributor License Agreement (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 be able to accept your pull requests.

Contributing A Test or Patch

  1. If you have not done so already, sign a Contributor License Agreement (see details above).
  2. Fork the desired repo, develop and test your code changes.
  3. Ensure that your code adheres to the existing style in the test to which you are contributing. Refer to the [Google Cloud Platform Samples Style Guide] (https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the recommended coding standards for this organization.
  4. For non-test submissions ensure that your code has an appropriate set of unit tests which all pass.
  5. Submit a pull request.