Provide context for the code changes. Why are these changes being made?
Are there any known issues or limitations that someone might stumble upon, but will not be addressed by this PR?
Any other code to consider?
Please describe how you tested your changes.
Go over all the following points, and put an x
in all the boxes that apply. Not all may apply, if you're unsure about any of these, don't hesitate to ask.
- Linked to JIRA story in the title, example:
[TD-###] PR Title
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- I have added tests to cover my changes.
- All new and existing tests passed.
- Addressed any security concerns with this PR.
- My change does not affect native builds, or a relevant native change has also been created. If you are making db schema changes, this may be the case.
- Checked for package.lock changes