xref: /aosp_15_r20/external/bazelbuild-remote-apis/CONTRIBUTING.md (revision ae21b2b400d1606a797985382019aea74177085c)
1*ae21b2b4SYike Zhang# Contributing to the Remote Execution API
2*ae21b2b4SYike Zhang
3*ae21b2b4SYike ZhangContributions to this project are welcome. Feel free to make a pull request, or
4*ae21b2b4SYike Zhangopen an issue for further discussion. If you are making substantive changes to
5*ae21b2b4SYike Zhangthe proto files, please make sure that they build by running `bazel build
6*ae21b2b4SYike Zhangbuild/bazel/remote/execution/v2:remote_execution_proto`.
7*ae21b2b4SYike Zhang
8*ae21b2b4SYike Zhang## Contributor License Agreement
9*ae21b2b4SYike Zhang
10*ae21b2b4SYike ZhangContributions to this project must be accompanied by a Contributor License
11*ae21b2b4SYike ZhangAgreement. You (or your employer) retain the copyright to your contribution,
12*ae21b2b4SYike Zhangthis simply gives us permission to use and redistribute your contributions as
13*ae21b2b4SYike Zhangpart of the project. Head over to <https://cla.developers.google.com/> to see
14*ae21b2b4SYike Zhangyour current agreements on file or to sign a new one.
15*ae21b2b4SYike Zhang
16*ae21b2b4SYike ZhangYou generally only need to submit a CLA once, so if you've already submitted one
17*ae21b2b4SYike Zhang(even if it was for a different project), you probably don't need to do it
18*ae21b2b4SYike Zhangagain.
19