Contribute a document for the Google Cloud Community site
The source for each document is a Markdown file in the Google Cloud Community GitHub repository. Each document may be accompanied by example source code and other assets alongside the document in the repository.
Accept the Contributor License Agreement
For us to accept your contributions, we need you to sign the Contributor License Agreement (CLA):
- If you are an individual writing original content and you own the intellectual property, then you sign an individual CLA.
- If you work for a company that wants to allow you to contribute your work, then you sign a corporate CLA.
Contribute a document
Read the style guide before preparing your submission.
Fork the
github.com/GoogleCloudPlatform/community
repository.Do one of the following to add the new document file:
- If you are contributing a single document file with no supporting code or image files, then create a uniquely named
.md
file at the top level of thetutorials
folder. - If you are contributing a document with supporting code or image files, then create a new folder for your document in the
tutorials
folder and create anindex.md
file at the top level of that subfolder.
For details, see File organization and naming in GitHub.
- If you are contributing a single document file with no supporting code or image files, then create a uniquely named
Copy the Markdown source contents of the tutorial template into your new Markdown file.
Replace the template content with your own document content, following the instructions in the template and style guide.
Commit your changes and open a pull request.
After you create a pull request, a reviewer reviews your submission. The reviewer will directly make some editorial and production changes to the document to ensure that it follows the guidelines. The reviewer may also leave comments asking for changes or clarifications.
Work with the reviewer to resolve any issues found during the review.
After your pull request is approved, the reviewer will merge the pull request. New documents and fixes are typically published to the Google Cloud Community site within a few days of pull requests being merged.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Site Policies. Java is a registered trademark of Oracle and/or its affiliates.