Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.31 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

33 lines (25 loc) · 1.31 KB

Pull request checklist

  • ⚠️ I am targeting the master branch and not the release branch
  • I have rebased this branch on top of the destination branch (usually master)
  • I have executed locally ./gradlew spotlessApply check before creating the commit and it has run successfully
  • My contribution is fully baked and ready to be merged as is
  • I have performed a self-review of my own code
  • These changes are in compliance with the coding style of this project
  • There are no WIP commits in this PR
  • If there are changes to the UI, I have uploaded at least one screenshot of every UI change

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
📜 Docs

Screenshots