Skip to content

Commit

Permalink
Merge pull request #42 from jgeewax/contributing
Browse files Browse the repository at this point in the history
Add details about contributing to the library.
  • Loading branch information
jgeewax committed Feb 23, 2014
2 parents 64808c0 + 6344d46 commit c493483
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CONTRIB.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
How to contribute
=================

Want to help out?
That's awesome.
The library is open source
and `lives on GitHub <https://github.com/GoogleCloudPlatform/gcloud-python>`_.
Open an issue
or fork the library and submit a pull request.

Keep in mind that before we can accept any pull requests
we have to jump through a couple of legal hurdles,
primarily a 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
<http://code.google.com/legal/individual-cla-v1.0.html>`_.
- **If you work for a company that wants to allow you to contribute your work**,
then you'll need to sign a `corporate CLA
<http://code.google.com/legal/corporate-cla-v1.0.html>`_.

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.
18 changes: 17 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@ How to contribute
Want to help out?
That's awesome.
The library is open source
and `lives on GitHub <https://github.com/jgeewax/gcloud>`_.
and `lives on GitHub <https://github.com/GoogleCloudPlatform/gcloud-python>`_.
Open an issue
or fork the library and submit a pull request.

Keep in mind that before we can accept any pull requests
we have to jump through a couple of legal hurdles,
primarily a 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
<http://code.google.com/legal/individual-cla-v1.0.html>`_.
- **If you work for a company that wants to allow you to contribute your work**,
then you'll need to sign a `corporate CLA
<http://code.google.com/legal/corporate-cla-v1.0.html>`_.

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.

0 comments on commit c493483

Please sign in to comment.