- If there are changes to the backend codebase, run the backend tests with
lein test && lein eastwood && lein bikeshed && lein docstring-checker && ./bin/reflection-linter
- Run the frontend and integration tests with
yarn lint && yarn flow && yarn test
) - Sign the Contributor License Agreement (unless it's a tiny documentation change).