You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIB.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ Follow either of the two links above to access the appropriate CLA and instructi
31
31
32
32
## Submitting a new sample app
33
33
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:
* For multi-product apps, concatenate the primary products, like this: compute-appengine-demo-suite-python.
43
43
* 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.
46
46
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