blob: cb06def9e13cad8bd263096b03369fa8a706fa56 [file] [log] [blame] [view]
Victor Vasilievb0827d92018-12-07 19:31:47 -05001# How to Contribute
2
3We'd love to accept your patches and contributions to this project. There are
4just a few small guidelines you need to follow.
5
6## Contributor License Agreement
7
8Contributions to this project must be accompanied by a Contributor License
9Agreement. You (or your employer) retain the copyright to your contribution;
10this simply gives us permission to use and redistribute your contributions as
11part of the project. Head over to <https://cla.developers.google.com/> to see
12your current agreements on file or to sign a new one.
13
14You generally only need to submit a CLA once, so if you've already submitted one
15(even if it was for a different project), you probably don't need to do it
16again.
17
18## Code reviews
19
dschinazi354be0f2019-06-25 18:16:42 -070020The QUICHE repository is currently not set up to accept pull requests directly.
21If you would like to make a contribution, please follow these steps:
Victor Vasilievb0827d92018-12-07 19:31:47 -050022
bncd8034f42021-08-04 07:29:10 -0700231. Sign the Contributor License Agreement (see above).
242. Create a Gerrit pull request at <https://quiche-review.googlesource.com>, or
25 a GitHub pull request at <https://github.com/google/quiche/pulls>.
263. Email a link to your pull request to <quiche-contribution@google.com>.
274. An engineer will review your pull request and merge it internally.
Victor Vasilievb0827d92018-12-07 19:31:47 -050028
vasilvvf1debd12022-08-08 06:31:09 -070029Note: if you are a Google engineer with access to google3, please submit a CL to
30google3 directly.
31
Victor Vasilievb0827d92018-12-07 19:31:47 -050032## Community Guidelines
33
bncd8034f42021-08-04 07:29:10 -070034This project follows
35[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).