Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 1.37 KB

How to contribute

We'd love to accept your patches and contributions to this project.

Before you begin

Sign our Contributor License Agreement

Contributions to this project must be accompanied by a Contributor License Agreement (CLA). You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project.

If you or your current employer have already signed the Google CLA (even if it was for a different project), you probably don't need to do it again.

Visit https://cla.developers.google.com/ to see your current agreements or to sign a new one.

Review our community guidelines

This project follows Google's Open Source Community Guidelines.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Contribution process

  1. Fork the repo, develop and test your code changes.
  2. Ensure that your code adheres to the existing style.
  3. Ensure that your code has an appropriate set of unit tests which all pass.
  4. Run mvn verify to verify all tests and checks pass.
  5. Submit a pull request.