REVIEWING.md
We require a code review of every PR to the repository. Code review itself is an important part of the engineering process and should allow us to catch issues with correctness, developer experience, and conformance to a spec. In this document, we list some guidelines (a checklist) to follow when reviewing PRs so that we do not forget to check the necessary boxes. Reviewers should aim to review internal PRs they are assigned within 1 business day. We omit changes that will be automatically caught by CI.
v1/ APIs as much as possible?Does the PR touch the configuration format? If so:
Are there changes to anything being written to Postgres or ClickHouse? If so:
useEffect.Rust:
UI:
If this PR touches API keys or credentials:
Are there any features, configuration settings, or interface options that are being deprecated? If so:
What is the plan for documenting the new feature?