Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 679 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

10 lines (7 loc) · 679 Bytes
Before submitting the PR, please make sure you do the following
  • If you're attempting to fix a translation issue, please submit your changes to our POEditor project instead of opening a PR.

Tests

  • Run the frontend and integration tests with yarn lint && yarn flow && yarn test)

  • If there are changes to the backend codebase, run the backend tests with lein test && lein lint && ./bin/reflection-linter

  • Sign the Contributor License Agreement (unless it's a tiny documentation change).