pull_request_template.md
April 8, 2021 ยท View on GitHub
Summary
Proposed changes
This PR brings the following changes:
- Add...;
- Change 2;
- Change 3.
Related issue
(Please add a link or reference to a related GitHub issue)
Dependencies added/removed (if applicable)
- Add:
dependency1; - Update:
dependency2; - Remove:
dependency3;
Testing
- 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...
How to test
Describe the tests that you ran to verify your changes:
- Run...
- Open...
- Check if...
Test configuration
- Node.js version (if applicable):
- NPM version (if applicable):
Checklist
- 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 changes to the documentation (if applicable);
- My changes generate no new warnings or errors;