Please include a summary of the changes and related context. Explain why this change is needed.
Please select the relevant option:
- 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 change)
- Documentation update
- Dependency update
Closes: #(issue number)
- Bullet point 1
- Bullet point 2
- Bullet point 3
Please describe the tests you ran and how to reproduce them:
Commands to test:
1.
2.
3.
Please ensure your contribution adheres to the following:
- My commits are signed with a verified signature (required)
- I have followed the code style guidelines in this project
- I have updated the README.md if applicable
- I have added tests for new functionality
- All tests pass locally (
npm test, including pretest linting) - I have run the formatter (
npm run format) - I have added/updated documentation for any new or changed functionality
- My pull request title is descriptive and follows Gitmoji conventions
Add any other relevant context or screenshots here.