Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.18 KB

Contributing

  1. Sign one of the contributor license agreements below.

  2. Get the package:

    go get -d github.com/GoogleCloudPlatform/golang-samples

  3. Change into the checked out source:

    cd $GOPATH/src/github.com/GoogleCloudPlatform/golang-samples

  4. Fork the repo.

  5. Set your fork as a remote:

    git remote add fork [email protected]:GITHUB_USERNAME/golang-samples.git

  6. Make changes, commit to your fork.

  7. Send a pull request with your changes.

Contributor License Agreements

Before we can accept your pull requests you'll need to sign a Contributor License Agreement (CLA):

  • If you are an individual writing original source code and 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, then you'll need to sign a corporate CLA.

You can sign these electronically (just scroll to the bottom). After that, we'll be able to accept your pull requests.