Victor Vasiliev | b0827d9 | 2018-12-07 19:31:47 -0500 | [diff] [blame] | 1 | # How to Contribute |
| 2 | |
| 3 | We'd love to accept your patches and contributions to this project. There are |
| 4 | just a few small guidelines you need to follow. |
| 5 | |
| 6 | ## Contributor License Agreement |
| 7 | |
| 8 | Contributions to this project must be accompanied by a Contributor License |
| 9 | Agreement. You (or your employer) retain the copyright to your contribution; |
| 10 | this simply gives us permission to use and redistribute your contributions as |
| 11 | part of the project. Head over to <https://cla.developers.google.com/> to see |
| 12 | your current agreements on file or to sign a new one. |
| 13 | |
| 14 | You 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 |
| 16 | again. |
| 17 | |
| 18 | ## Code reviews |
| 19 | |
dschinazi | 354be0f | 2019-06-25 18:16:42 -0700 | [diff] [blame] | 20 | The QUICHE repository is currently not set up to accept pull requests directly. |
| 21 | If you would like to make a contribution, please follow these steps: |
Victor Vasiliev | b0827d9 | 2018-12-07 19:31:47 -0500 | [diff] [blame] | 22 | |
dschinazi | 354be0f | 2019-06-25 18:16:42 -0700 | [diff] [blame] | 23 | 1. Sign the Contributor License Agreement (see above). |
| 24 | 2. Create a Gerrit pull request at <https://quiche-review.googlesource.com>. |
| 25 | 3. Email a link to your pull request to <quiche-contribution@google.com>. |
| 26 | 4. An engineer will review your pull request and merge it internally. |
Victor Vasiliev | b0827d9 | 2018-12-07 19:31:47 -0500 | [diff] [blame] | 27 | |
| 28 | ## Community Guidelines |
| 29 | |
| 30 | This project follows [Google's Open Source Community |
| 31 | Guidelines](https://opensource.google.com/conduct/). |