This PR brings the following changes:
- Add...;
- Change 2;
- Change 3.
(Please add a link or reference to a related GitHub/Jira issue)
- Add:
dependency1
; - Update:
dependency2
; - Remove:
dependency3
;
- I have added or updated tests that prove my fix is effective or that my feature works (if applicable)
- Unit test
- Snapshot test
- Manual test
- Another test...
Describe the tests that you ran to verify your changes:
- Run...
- Open...
- Check if...
- Node.js version (if applicable):
- NPM version (if applicable):
- Yarn version (if applicable):
- I have added corresponding labels to this PR (like bug, enhancement...);
- My commits follow the Conventional Commits 1.0 Guidelines;
- My code follows the style guidelines of this project;
- I have performed a self-review of my own code;
- I have mapped technical debts found on my changes;
- I have made corresponding changes to the documentation (if applicable);
- My changes generate no new warnings or errors;