CONTRIBUTING (1506B)
1 # How to Contribute 2 3 We'd love to accept your patches and contributions to this project. 4 Pull requests are very welcome. Bug reports (via issue) are also appreciated. 5 6 Looking for a starter project? See the [wishlist](g3doc/op_wishlist.md) for 7 some ideas for extensions and codegen improvements. 8 9 There are just a few small guidelines you need to follow. 10 11 ## Contributor License Agreement 12 13 Contributions to this project must be accompanied by a Contributor License 14 Agreement. You (or your employer) retain the copyright to your contribution; 15 this simply gives us permission to use and redistribute your contributions as 16 part of the project. Head over to <https://cla.developers.google.com/> to see 17 your current agreements on file or to sign a new one. 18 19 You generally only need to submit a CLA once, so if you've already submitted one 20 (even if it was for a different project), you probably don't need to do it 21 again. 22 23 ## Code reviews 24 25 All submissions, including submissions by project members, require review. We 26 use GitHub pull requests for this purpose. Consult 27 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more 28 information on using pull requests. 29 30 ## API changes 31 32 Highway promises to be backwards-compatible to the current documented API. If 33 you would like to propose a change, please raise an issue to discuss how we can 34 retain compatibility. 35 36 ## Community Guidelines 37 38 This project follows 39 [Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).