steren | a9f7687 | 2017-07-07 22:12:52 +0200 | [diff] [blame] | 1 | # Contributing to Bazel |
Googler | 83e4759 | 2015-03-31 20:00:49 +0000 | [diff] [blame] | 2 | |
steren | a9f7687 | 2017-07-07 22:12:52 +0200 | [diff] [blame] | 3 | ## Contributor License Agreement |
Googler | 83e4759 | 2015-03-31 20:00:49 +0000 | [diff] [blame] | 4 | |
steren | a9f7687 | 2017-07-07 22:12:52 +0200 | [diff] [blame] | 5 | Contributions to this project must be accompanied by a Contributor License |
| 6 | Agreement. You (or your employer) retain the copyright to your contribution, |
| 7 | this simply gives us permission to use and redistribute your contributions as |
| 8 | part of the project. Head over to <https://cla.developers.google.com/> to see |
| 9 | your current agreements on file or to sign a new one. |
Googler | 83e4759 | 2015-03-31 20:00:49 +0000 | [diff] [blame] | 10 | |
steren | a9f7687 | 2017-07-07 22:12:52 +0200 | [diff] [blame] | 11 | You 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 |
| 13 | again. |
Googler | 83e4759 | 2015-03-31 20:00:49 +0000 | [diff] [blame] | 14 | |
steren | a9f7687 | 2017-07-07 22:12:52 +0200 | [diff] [blame] | 15 | ## Patch Acceptance Process |
Googler | 83e4759 | 2015-03-31 20:00:49 +0000 | [diff] [blame] | 16 | |
steren | a9f7687 | 2017-07-07 22:12:52 +0200 | [diff] [blame] | 17 | Read how to [contribute to Bazel](https://bazel.build/contributing.html) |
| 18 | |
| 19 | ## Setting up your development environment |
| 20 | |
| 21 | Read how to [set up your development environment](https://bazel.build/contributing.html) |