Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 537 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

7 lines (5 loc) · 537 Bytes
Before submitting the PR, please make sure you do the following
  • 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).