From ea2cdc682a8053ffa522201b1050cfa572769174 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Tue, 26 Aug 2014 15:34:49 -0700 Subject: [PATCH] add contributors and contributing information --- AUTHORS | 9 +++++++++ CONTRIBUTORS | 13 +++++++++++++ README.md | 29 +++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 AUTHORS create mode 100644 CONTRIBUTORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..57b7d70 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,9 @@ +# This is the official list of js-rich-marker authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as: +# Name or Organization +# The email address is not required for organizations. + +Google Inc. diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..837d35b --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,13 @@ +# People who have agreed to one of the CLAs and can contribute patches. +# The AUTHORS file lists the copyright holders; this file +# lists people. For example, Google employees are listed here +# but not in AUTHORS, because Google holds the copyright. +# +# https://developers.google.com/open-source/cla/individual +# https://developers.google.com/open-source/cla/corporate +# +# Names should be added to this file as: +# Name + +Luke Mahé +Brendan Kenny diff --git a/README.md b/README.md index 7eff9fa..8a29e56 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,32 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +Contributing +================= + +Want to help out? That's awesome! + +The library is open source and lives on GitHub at: +https://github.com/googlemaps/js-rich-marker +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](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) + +Follow either of the two links above to access the appropriate CLA and +instructions for how to sign and return it. + +When preparing your code, make sure to update the AUTHORS and CONTRIBUTORS file +to reflect your contribtion. + +Once we receive your CLA, we'll be able to review and accept your pull requests.