Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 295 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

5 lines (4 loc) · 295 Bytes

Before opening a PR, please make sure you have:

  • Run mix format using a recent version of Elixir
  • Run mix dialyzer to make sure the typing is correct
  • Run mix test to ensure no tests have broken (also please make sure you've added tests for your particular change, where appropriate).