Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 835 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

35 lines (22 loc) · 835 Bytes

Describe your change:

Checklist - Check boxes in the PR UI, not by editing the text

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 scrolling in Github
  • FMT and ScalaStyle and ScalaFix are good

Testing

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

Dependencies

  • The plugin is added to itself
  • The latest version is added to itself
  • New dependencies do not have vulnerabilities

Security

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