paulund

Pull Request Template

Pull Request Template

Use this template as the default body for every pull request. Fill in each section before requesting a review. Remove any sections that genuinely do not apply, but do not leave sections blank without a reason.


Description

Explain what this change does and why it is needed. Link to any relevant issue or ticket.

Closes #

Changes

Summarise the specific changes made in this pull request. Use a bullet list:

Testing

Describe how you tested this change. Include the steps another developer would need to follow to verify the behaviour:

If you added or updated automated tests, note them here as well.

Screenshots (if applicable)

Attach screenshots or recordings to demonstrate visual or UI changes. Remove this section if the change has no user-facing impact.

Checklist

Work through this checklist before marking the pull request as ready for review. Tick each box once complete:

  • The code follows the project's coding standards and passes all linting checks.
  • I have run the full test suite locally and all tests pass.
  • I have updated or added documentation where relevant.
  • I have considered edge cases and error handling.
  • The change does not introduce any new security vulnerabilities or expose sensitive data.
  • I have added or updated tests to cover the new behaviour.
  • I have reviewed my own diff and removed any debugging code or commented-out lines.