Skip to content

This is test merge request on a test branch

TONY CALLAGHAN requested to merge test-branch into main

Merge Request Title (e.g., "Fix bug in user login flow")

Context

Frontend, database, APIs, testing etc.

Description

Provide a brief description of the changes introduced by this merge request. What issues does it address? What functionalities or parts of the codebase does it include?

  • Bug fix: Describe what the bug was and how it's been addressed.
  • Feature added: Describe the new feature.
  • Refactoring: Highlight any major codebase changes that don't introduce new functionalities.

Context

Type of Change

  • 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)
  • Code or performance improvement
  • Documentation changes or improvements

Testing

Describe how the changes were tested. Specify which tests were added or modified. Indicate whether all tests are now passing.

  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have checked that this change does not introduce memory leaks / errors.

Checklist:

  • I have created a new branch (not merged to main) and will only merge upon approval of other memebers.
  • I have used the correct labels for the merge request.
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works

Additional Context

  • Provide any additional context about the merge request here.
  • Screenshots if it's frontend.
  • Any code removed?

Merge request reports