Skip to content

Latest commit

History

History
14 lines (10 loc) 路 331 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) 路 331 Bytes

How to Contribute

Formatting

Starlark files should be formatted by buildifier. We suggest using a pre-commit hook to automate this. First install pre-commit, then run

pre-commit install

Otherwise later tooling on CI will yell at you about formatting/linting violations.