CONTRIBUTING.rst 1.2 KB

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