From 05551656fb003df288803cdccfe87a67a62a645c Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sat, 22 Feb 2014 20:55:50 -0500 Subject: [PATCH 1/3] Added details about CLA for contributions to the docs. --- docs/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 4f625b0e37d2..da4a0ed07bdd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,3 +50,19 @@ The library is open source and `lives on GitHub `_. 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 + `_. +- **If you work for a company that wants to allow you to contribute your work**, + then you'll need to sign a `corporate CLA + `_. + +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. From d753de73411c4d02b0d6b328ed1ea97a0e6a285e Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sat, 22 Feb 2014 20:57:42 -0500 Subject: [PATCH 2/3] Fixed broken link in docs. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index da4a0ed07bdd..f082fe0a41a6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,7 +47,7 @@ How to contribute Want to help out? That's awesome. The library is open source -and `lives on GitHub `_. +and `lives on GitHub `_. Open an issue or fork the library and submit a pull request. From 6344d46b5770071af5aad9b927ca496822c291a9 Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sat, 22 Feb 2014 20:57:55 -0500 Subject: [PATCH 3/3] Added contribution details to CONTRIB.rst. --- CONTRIB.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CONTRIB.rst diff --git a/CONTRIB.rst b/CONTRIB.rst new file mode 100644 index 000000000000..a7e3b09844a5 --- /dev/null +++ b/CONTRIB.rst @@ -0,0 +1,25 @@ +How to contribute +================= + +Want to help out? +That's awesome. +The library is open source +and `lives on GitHub `_. +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 + `_. +- **If you work for a company that wants to allow you to contribute your work**, + then you'll need to sign a `corporate CLA + `_. + +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.