Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 12, 2014
1 parent 5441ee2 commit 0d0810c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,27 @@
## 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.
26 changes: 1 addition & 25 deletions README.md
Expand Up @@ -16,31 +16,7 @@ Migrated from the [Google Maps JavaScript API utility libraries on Google Code](

## 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.
Want to contribute? Check out the [contributing guide!](CONTRIBUTING.md)

## License

Expand Down

0 comments on commit 0d0810c

Please sign in to comment.