forked from google/highway
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCONTRIBUTING
29 lines (19 loc) · 979 Bytes
/
CONTRIBUTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# How to Contribute
We'd love to accept your patches and contributions to this project.
Pull requests are very welcome. Bug reports (via issue) are also appreciated.
Looking for a starter project? See the [wishlist](g3doc/op_wishlist.md) for
some ideas for extensions and codegen improvements.
There are just a few small guidelines you need to follow.
## Contributor License Agreement
## Code reviews
All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.
## API changes
Highway promises to be backwards-compatible to the current documented API. If
you would like to propose a change, please raise an issue to discuss how we can
retain compatibility.
## Community Guidelines
This project follows
[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).