Contributions to this project must be accompanied by a Contributor License Agreement (CLA). You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project.
If you or your current employer have already signed the Google CLA (even if it was for a different project), you probably don't need to do it again.
Visit https://cla.developers.google.com/ to see your current agreements or to sign a new one.
This project follows Google's Open Source Community Guidelines.
- Submit an issue describing your proposed change to the repo in question.
- The repo owner will respond to your issue promptly.
- If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
- Fork the desired repo, develop and test your code changes.
- Ensure that your code adheres to the existing style in the sample 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.
- Ensure that your code has an appropriate set of unit tests which all pass.
- Submit a pull request.
-
Submit an issue to the
GoogleCloudPlatform/Template
repo describing your proposed sample app. -
The Template repo owner will respond to your enhancement issue promptly. Instructional value is the top priority when evaluating new app proposals for this collection of repos.
-
If your proposal is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
-
Create your own repo for your app following this naming convention:
- {product}-{app-name}-{language}
- products: appengine, compute, storage, bigquery, prediction, cloudsql
- example: appengine-guestbook-python
- For multi-product apps, concatenate the primary products, like this: compute-appengine-demo-suite-python.
- For multi-language apps, concatenate the primary languages like this: appengine-sockets-python-java-go.
-
Clone the
README.md
,CONTRIB.md
andLICENSE
files from the GoogleCloudPlatform/Template repo. -
Ensure that your code adheres to the existing style in the sample 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.
-
Ensure that your code has an appropriate set of unit tests which all pass.
-
Submit a request to fork your repo in GoogleCloudPlatform organization via your proposal issue.