Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.23 KB

Contributing

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. Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one.

You generally only need to submit a CLA once, so if you've already submitted one (even if it was for a different project), you probably don't need to do it again.

Style guide

This project follows the official Rust style guidelines and all code should be written with them in mind. Using tools such as Clippy and Rustfmt can be very helpful with this.

Code reviews

In order to submit new code to this repository a code review is needed. Follow the GitHub Help guide to learn about the pull request process.