summaryrefslogtreecommitdiff
path: root/CONTRIB.md
diff options
context:
space:
mode:
authorRiccardo Carlesso <palladiusbonton@gmail.com>2015-03-18 12:25:37 +0100
committerRiccardo Carlesso <palladiusbonton@gmail.com>2015-03-18 12:25:37 +0100
commitdb88ac87db0f78b9856e08e4922a8c75df59191c (patch)
tree23325573cc5f2260b76141053c6d520ca5834219 /CONTRIB.md
parent015c1c103b68a599d437a64f1d745e2b99e8c750 (diff)
downloadgoogle-compute-image-packages-db88ac87db0f78b9856e08e4922a8c75df59191c.tar.gz
Update CONTRIB.md
- emphasizing keywords - de-capitalizing unnecessary words in titles
Diffstat (limited to 'CONTRIB.md')
-rw-r--r--CONTRIB.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIB.md b/CONTRIB.md
index caeda73..ae125ec 100644
--- a/CONTRIB.md
+++ b/CONTRIB.md
@@ -19,7 +19,7 @@ Follow either of the two links above to access the appropriate CLA and
instructions for how to sign and return it. Once we receive it, we'll be able to
accept your pull requests.
-## Contributing A Patch
+## Contributing a patch
1. Submit an issue describing your proposed change to the repo in question.
1. The repo owner will respond to your issue promptly.
@@ -34,9 +34,9 @@ accept your pull requests.
1. Ensure that your code has an appropriate set of unit tests which all pass.
1. Submit a pull request.
-## Contributing A New Sample App
+## Contributing a new sample App
-1. Submit an issue to the GoogleCloudPlatform/Template repo describing your
+1. Submit an issue to the `GoogleCloudPlatform/Template` repo describing your
proposed sample app.
1. The Template repo owner will respond to your enhancement issue promptly.
Instructional value is the top priority when evaluating new app proposals for
@@ -52,7 +52,7 @@ accept your pull requests.
* For multi-language apps, concatenate the primary languages like this:
appengine-sockets-python-java-go.
-1. Clone the README.md, CONTRIB.md and LICENSE files from the
+1. Clone the `README.md`, `CONTRIB.md` and `LICENSE` files from the
GoogleCloudPlatform/Template repo.
1. Ensure that your code adheres to the existing style in the sample to which
you are contributing. Refer to the
@@ -60,5 +60,5 @@ accept your pull requests.
(https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the
recommended coding standards for this organization.
1. Ensure that your code has an appropriate set of unit tests which all pass.
-1. Submit a request to fork your repo in GoogleCloudPlatform organizationt via
+1. Submit a request to fork your repo in GoogleCloudPlatform organization via
your proposal issue.