Please include a summary of the changes and relate any relevant issues.
Fixes # (issue)
- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 📚 Documentation update
- 🔧 Configuration change
- ♻️ Code refactor (no functional changes)
- 🚀 Performance improvement
- 💥 Breaking change (fix or feature that would cause existing functionality to change)
Please describe the tests you ran to verify your changes. Provide instructions so we can reproduce.
- Added/updated unit tests
- Added/updated integration tests
- Tested manually on local machine
- Tested in staging environment
Test Configuration:
- Node.js version: [e.g., 18.x]
- OS: [e.g., macOS, Ubuntu, Windows]
- 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
- 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 passed locally with my changes
- Any dependent changes have been merged and published
If applicable, add screenshots or workflow logs to show the changes:
Add any other context about the pull request here (learning outcome, related links, etc.)
Thank you for contributing! 🙌
Please ensure your PR follows our contribution guidelines and includes appropriate documentation.