Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.04 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (24 loc) · 1.04 KB

This pull request replace this text with a description of what the PR is doing

  • Checked the work against all of the ticket requirements
  • CHANGELOG updated
  • Formatter has been run against all changed files
  • All changed files have been added correctly
  • Appropriate unit tests and integration tests have been added
  • All tests are passing
  • Ad hoc testing has been done
  • Affected docs have been updated
  • Tickets created for any TODOs
  • All licenses have been checked and confirmed for commercial use

Front End Specific

  • All styles have been applied and responsiveness tested
  • Changes have been checked on supported browsers
  • Changes have been checked on supported mobile devices
  • Assets are added and have been optimized
  • End to end tests updated
  • a11y concerns addressed
  • Bundle builds and serves correctly

Back End Specific

  • Database migrations have been tested
  • Necessary data patches have been prepared
  • Infrastructure changes have been completed