Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.25 KB

File metadata and controls

32 lines (21 loc) · 1.25 KB

Task Branch Pull Request

<https://nhsd-jira.digital.nhs.uk/browse/{{ .BRANCH_NUMBER }}>

Description of Changes

Please include a summary of the change

Type of change

Delete not appropriate

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (non-breaking change which improves the structure of the code)

Development Checklist

  • I have performed a self-review of my own code
  • I have run the code formatting checks
  • I have run the code quality checks
  • New code meets standards agreed by the team
  • Tests have added that prove my fix is effective or that my feature works (Integration tests)
  • I have updated Dependabot to include my changes (if applicable)

Code Reviewer Checklist

  • I can confirm the changes have been tested or approved by a tester
  • I have checked any ignore commands for code linting tools and I agree that the code is safe

Note: Please don't approve your own pull requests if avoidable.