Bug 1861709 replace AudioCallbackDriver::ThreadRunning() assertions that mean to...
[gecko.git] / third_party / highway / CONTRIBUTING
blob24e83ee578dc110bbc8c0627f3d2412ad5b0ef3a
1 # How to Contribute
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.
6 Looking for a starter project? See the [wishlist](g3doc/op_wishlist.md) for
7 some ideas for extensions and codegen improvements.
9 There are just a few small guidelines you need to follow.
11 ## Contributor License Agreement
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.
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.
23 ## Code reviews
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.
30 ## API changes
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.
36 ## Community Guidelines
38 This project follows
39 [Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).