1# Contributing to Bazel 2 3## Contributor License Agreement 4 5Contributions to this project must be accompanied by a Contributor License 6Agreement. You (or your employer) retain the copyright to your contribution, 7this simply gives us permission to use and redistribute your contributions as 8part of the project. Head over to <https://cla.developers.google.com/> to see 9your current agreements on file or to sign a new one. 10 11You generally only need to submit a CLA once, so if you've already submitted one 12(even if it was for a different project), you probably don't need to do it 13again. 14 15## Patch Acceptance Process 16 17The process is described in the [README for this repository](README.md). For 18background, you should also understand how to 19[contribute to Bazel](https://bazel.build/contributing.html). 20 21## Setting up your development environment 22 23Read how to 24[set up your development environment](https://bazel.build/contributing.html). 25