Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.15 KB

pull_request_template.md

File metadata and controls

27 lines (16 loc) · 1.15 KB

Link to JIRA ticket

Add a link to the JIRA ticket that the changes in this PR describe.

Describe this PR

What is the problem we're trying to solve

Add a summary of the problem and any additional context that helps explain what the issue we're trying to solve is.

What changes have we introduced

Add descriptions of what changes were made to address the problem and provide a solution.

Include any links to commits that introduce significant additions of code if they help explain the process of coming to the solution. e.g Addition of test database setup, addition of first test and production class, removal of buggy code, etc.

Checklist

  • Added end-to-end (i.e. integration) tests where necessary e.g to test complete functionality of a newly added feature
  • Added tests to cover all new production code
  • Added comments to the README or updated relevant documentation (add link to documentation), where necessary.
  • Checked all code for possible refactoring
  • Code pipeline builds correctly

Follow up actions after merging PR

Are there any next steps that need to addressed after merging this PR? Add them here.