Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 748 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

34 lines (21 loc) · 748 Bytes

Describe your change:

Checklist

Pull Request

  • PR description is meaningful.
  • There are no more than a few commits to merge.
  • There are no more than a few lines of code to review.

Code style

  • Maximum line length does not require horizontal scrolling in Github
  • Compliant to FMT, ScalaStyle and ScalaFix

Testing

  • Unit tests for the added/modified code
  • Overall unit test coverage good
  • Unit tests are passing

Dependencies

  • The safety plugin is happy
  • New dependencies do not have vulnerabilities

Security

  • There is no known vulnerability being added to this project
  • Everything on this list is checked