# How to contribute

We definitely welcome patches and contribution to gRPC-Web! Here is some guideline
and information about how to do so.

## 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.
