Please delete options that don't apply.
- 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)
- This change requires a documentation update
- All supported browsers including mobile
- All unit and e2e tests pass
- Accessibility audit passes
- Color contrast test passes
- Screen reader test passes
- I have performed a self-review of my code
- PR title is in a coventional commit style
- Code is free of console.logs
- My code follows the styleguide of the project
- I have commented my code properly
- My changes don't generate any new warnings
- I added tests to my work
- Existing tests pass with my changes
- My changes are free of accessibility errors