mirror of https://github.com/grpc/grpc-web.git
26 lines
701 B
Markdown
26 lines
701 B
Markdown
# How to contribute
|
|
|
|
We definitely welcome patches and contribution to gRPC-Web! Here is some guideline
|
|
and information about how to do so.
|
|
|
|
Please read the gRPC
|
|
organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md)
|
|
and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) before proceeding.
|
|
|
|
## Getting started
|
|
|
|
### Legal requirements
|
|
|
|
In order to protect both you and ourselves, you will need to sign the
|
|
[Contributor License Agreement](https://cla.developers.google.com/clas).
|
|
|
|
### Technical requirements
|
|
|
|
The basic build script should run to completion.
|
|
|
|
```sh
|
|
$ ./scripts/kokoro.sh
|
|
```
|
|
|
|
More details to come.
|