A clear and concise description of what this pull request does. Please include the purpose and details of the changes being made.
If this PR is related to an open issue, please provide a link to the issue here.
Closes # (issue)
List out the specific changes made in this pull request:
- Changed X to Y...
- Refactored Z...
Select the type of change made with this pull request:
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
Add screenshots, if necessary, to illustrate changes made to the UI or visual elements.
Explain how the changes have been tested. Include testing framework details, if any, and how the results can be reproduced.
- Tested with unit tests
- Manually tested on local environment
Check off the following items before submitting the pull request:
- My code follows the style guidelines of this project
- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Any dependent changes have been merged and published in downstream modules
Provide any additional context or information that might be useful for the reviewers.