Skip to content
CONTRIBUTING.md 291 B
Newer Older
# Contributing

## Getting Started

Alex Tercete's avatar
Alex Tercete committed
[Install](https://github.com/bazelbuild/bazelisk#installation) `bazelisk` and run the tests:

```sh
$ bazelisk test //...
$ bazelisk test $(bazelisk query "attr(tags, '\bmanual\b', //...)")
```

Set up Git hooks:

```sh
$ bazelisk run //hooks:install
```