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 | |
jingwen | 95ebfd2 | 2021-01-14 21:23:26 -0800 | [diff] [blame] | 17 | Read how to [contribute to Bazel](https://bazel.build/contributing.html), |
| 18 | the [acceptance process for your pull request](https://bazel.build/basics/patching.html), |
| 19 | and the lifecycle of a Bazel [issue](https://www.bazel.build/maintaining/maintainers-guide.html#lifecycle-of-an-issue) |
| 20 | and [pull request](https://www.bazel.build/maintaining/maintainers-guide.html#lifecycle-of-a-pull-request). |