Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 883 Bytes

pull_request_template.md

File metadata and controls

16 lines (13 loc) · 883 Bytes

High level description: High level description of what the PR addresses should be put here. Should be detailed enough to communicate to the client what this PR addresses without diving into the technical nuances.

Technical details: The technical details can be placed here for the knowledge of other developers. Any detailed caveats or specific deployment steps should be outlined here.

Link to JIRA Ticket: DEV-1234

The following are ALL required for the PR to be merged:

  • Backend review completed
  • Style Guide check completed
  • Merged concurrently with Frontend#1234
  • Unit & integration tests updated with relevant test cases
  • Frontend impact assessment completed
  • Documentation updated