Skip to content

Commit 0c6b147

Browse files
author
Marc Cohen
committed
Update CONTRIB.md
1 parent f677c5a commit 0c6b147

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIB.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ Follow either of the two links above to access the appropriate CLA and instructi
3131

3232
## Submitting a new sample app
3333

34-
Same procedure as for submitting patches, but with the additional provisions:
35-
36-
1. Send mail to one of the GoogleCloudPlatform owners with a short description of your proposed sample app.
37-
1. If accepted, sign a Contributor License Agreement (see details above).
38-
1. Clone the GoogleCloudPlatform/Home repo into a new repo. Follow this naming convention for your new repo:
34+
1. Sign a Contributor License Agreement (see details above).
35+
1. Submit an enhancement issue to the GoogleCloudPlatform/Template repo.
36+
1. The 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.
37+
1. If your proposal is accepted, build your app in your own repo.
38+
1. Follow this naming convention for your new repo:
3939
* {product}-{app-name}-{language}
4040
* products: appengine, compute, storage, bigquery, prediction, cloudsql
4141
* example: appengine-guestbook-python
4242
* For multi-product apps, concatenate the primary products, like this: compute-appengine-demo-suite-python.
4343
* For multi-language apps, concatenate the primary languages like this: appengine-sockets-python-java-go.
44-
1. Customize the default README.md, LICENSE.md, CONTRIB.md, as needed.
45-
1. Ensure that your code adheres to the recommended style guide for the language(s) you are using. Refer to the [Google Cloud Platform Samples Style Guide](https://github.com/GoogleCloudPlatform/Home/wiki/STYLE.html) for the recommended coding standards for this organization.
44+
1. Clone the README.md, CONTRIB.md and LICENSE files from the GoogleCloudPlatform/Template repo.
45+
1. 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/Home/wiki/STYLE.html) for the recommended coding standards for this organization. In the event the existing style conflicts with the recommended style, the former takes precedence over the latter.
4646
1. Ensure that your code has an appropriate set of unit tests, which you have executed.
47-
1. Submit a pull request.
47+
1. When you are ready to publish your app, submit a pull request to the GoogleCloudPlatform organization.

0 commit comments

Comments
 (0)