| 12345678910111213141516171819202122232425262728 |
- Contributing
- ============
- #. **Please sign one of the contributor license agreements below.**
- #. Fork the repo, develop and test your code changes, add docs.
- #. Make sure that your commit messages clearly describe the changes.
- #. Send a pull request.
- Versioning
- ----------
- This library follows `Semantic Versioning`_.
- .. _Semantic Versioning: http://semver.org/
- It is currently in major version zero (``0.y.z``), which means that anything
- may change at any time and the public API should not be considered
- stable.
- Contributor License Agreements
- ------------------------------
- Before we can accept your pull requests you'll need to sign a Contributor License Agreement (CLA):
- - **If you are an individual writing original source code** and **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>`__.
- You can sign these electronically (just scroll to the bottom). After that, we'll be able to accept your pull requests.
|