Pull requests are welcome!
Please ensure the following checks pass:
-
Tests are passing:
bazelisk test //... -
Formatting is correct:
bazelisk run :fmt
-
Lints are passing:
bazelisk run :lint
If new APIs are introduced, they must be documented.
If documentation changes, regenerate the docs in a separate commit:
bazelisk run //docs:updatePR title will be included in the changelog, so make sure it clearly communicates the change.
PR body should communicate the intent of the change - what it does and why.