Please include a summary of the changes. List any dependencies that are required for this change.
Fixes #(issue number)
Please check the options that are relevant:
- 🐛 Bug fix (a change that fixes an issue)
- ✨ New feature (a change that adds new functionality)
- 💥 Breaking change (fix or feature that would change existing functionality)
- 📚 Documentation update
- 🧹 Code refactoring (changes that neither fix a bug nor add a feature)
- ⚡️ Performance improvement
- ✅ Test update (changes to testing framework or tests)
- 🔧 Build or CI related changes
Please describe the tests you ran to verify your changes. Provide instructions to reproduce.
- Test A
- Test B
If applicable, add screenshots to help explain your changes.
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code where needed
- I have updated the documentation accordingly
- My changes don't generate new warnings
- I have added tests that prove my fix/feature works
- The test suite passes locally with my changes
- Any dependent changes have been merged and published