Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 449 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

8 lines (5 loc) · 449 Bytes

Pull Request Checklist

Please confirm that you've done the following when opening a new pull request:

  • For fixes and other improvements, please reference the GitHub issue that your change addresses.
  • For fixes, optimizations and new features, please add an entry to the CHANGES.md file.
  • Run mvn compile before committing, so that the auto-code formatter will format your changes consistently with the rest of the project.