- New feature (non-breaking change which adds functionality)
- Bug fix (non-breaking change which fixes an issue)
- Hotfix / Breakfix (fix or feature that would cause existing functionality to change)
- Refactoring (changes in code organization without major change in functionality)
- Documentation addition / update (changes in stored documentation that does not affect functionality)
- CI/CD change (changes to any versioned CI related configuration / tools)
- Builds clean without any errors?
- Jira ticket URL has been added to the title above (e.g. CNBCMAPP-420)
- I have added / updated tests to cover my changes.
- Have all new and existing tests passed?
- I have updated the documentation accordingly.
- Has this been signed off by Product or Design?
Provide the steps to test this
This PR has been tested with the following devices:
- iPhone
- Large (Plus, Max)
- X (X, Xr, Xs)
- Standard
- iPad
- Large
- Regular
- Medium
- Landscape
- Portrait
Provide details on other PRs that are dependent on this / this PR is dependent on:
If you created / updated documentation, necessary documentation & links (if applicable):