Description
Screenshots
Platform
- Web app
- Mobile app
- Monorepo
Type of change
- Docs change / Refactoring / Dependency update / Environment variables update
- 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
How Has This Been Tested?
Checklist:
- I have formatted the PR title like
[Issue #] Fix that thing that was broken
- I wrote a description of requested 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, particularly in hard-to-understand areas
- I have removed unnecessary logging and debugging code
- I have removed commented out code
- I have made corresponding changes to the documentation
- My changes generate no new errors/warnings (
npm run lint
) - My changes are formatted with
prettier
- Target branch is merged into the current branch
- I have added tests that prove my fix is valid or that my feature works
- New and existing unit tests pass locally with my changes
- I have updated the Jira issue status