summaryrefslogtreecommitdiff
path: root/CONTRIB.md
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2017-05-12 12:50:20 -0700
committerGitHub <noreply@github.com>2017-05-12 12:50:20 -0700
commitcf607b8c06db7c46ffdcb550abda53504eec7796 (patch)
treedf468137aae3d9d33507ea954aecbd3558ab802c /CONTRIB.md
parente7ccc5d355c7130b8108e57100ca300053ce8bdb (diff)
downloadgoogle-compute-image-packages-cf607b8c06db7c46ffdcb550abda53504eec7796.tar.gz
Fix links in the contributing file. (#397)
Diffstat (limited to 'CONTRIB.md')
-rw-r--r--CONTRIB.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/CONTRIB.md b/CONTRIB.md
index ae125ec..85598c7 100644
--- a/CONTRIB.md
+++ b/CONTRIB.md
@@ -9,11 +9,11 @@ Please fill out either the individual or corporate Contributor License Agreement
(CLA).
* If you are an individual writing original source code and you're sure you
- own the intellectual property, then you'll need to sign an [individual CLA]
- (https://developers.google.com/open-source/cla/individual).
+ own the intellectual property, then you'll need to sign an
+ [individual CLA](https://developers.google.com/open-source/cla/individual).
* If you work for a company that wants to allow you to contribute your work,
- then you'll need to sign a [corporate CLA]
- (https://developers.google.com/open-source/cla/corporate).
+ then you'll need to sign a
+ [corporate CLA](https://developers.google.com/open-source/cla/corporate).
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
@@ -28,9 +28,8 @@ accept your pull requests.
1. Fork the desired repo, develop and test your code changes.
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/Template/wiki/style.html) for the
- recommended coding standards for this organization.
+ [Google Cloud Platform Samples Style Guide](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 pull request.
@@ -56,9 +55,8 @@ accept your pull requests.
GoogleCloudPlatform/Template repo.
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/Template/wiki/style.html) for the
- recommended coding standards for this organization.
+ [Google Cloud Platform Samples Style Guide](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 organization via
your proposal issue.