blob: 7dc6ccb21269ed94b7e54b26fa666c05b9baaee6 [file] [log] [blame] [view]
sterena9f76872017-07-07 22:12:52 +02001# Contributing to Bazel
Googler83e47592015-03-31 20:00:49 +00002
sterena9f76872017-07-07 22:12:52 +02003## Contributor License Agreement
Googler83e47592015-03-31 20:00:49 +00004
sterena9f76872017-07-07 22:12:52 +02005Contributions 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.
Googler83e47592015-03-31 20:00:49 +000010
sterena9f76872017-07-07 22:12:52 +020011You 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.
Googler83e47592015-03-31 20:00:49 +000014
sterena9f76872017-07-07 22:12:52 +020015## Patch Acceptance Process
Googler83e47592015-03-31 20:00:49 +000016
sterena9f76872017-07-07 22:12:52 +020017Read how to [contribute to Bazel](https://bazel.build/contributing.html)
18
19## Setting up your development environment
20
21Read how to [set up your development environment](https://bazel.build/contributing.html)