Frontend draft
Merge Request Title (e.g., "Fix bug in user login flow")
Context
Frontend,
Description
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?