⚠️ NOTE: Please don't use the PR description for communication, use comments instead.
Description (Required)
A short description of the overall goals of the pull request.
Optional: Is it a fix? maintenance? new feature?
Other changes (e.g. bug fixes, UI tweaks, refactors)
Minor changes goes here. In general we should avoid that but sometimes it's much easier / faster to add a quick fix for a bug we noticed during development.
TODO
⚠️ NOTE: Please make sure all items are checked or remove the TODO list before closing the PR
[ ] Add unit test
[ ] Add super cool feature
[ ] Add documentation
[ ] Fix comment
Scripts
New scripts:
script : script details
Deps
New dependencies:
dependency : dependency details
New dev dependencies:
devDependency : dependency details
⚠️ NOTE: Use special keywords to close / connect the PR with the issue(s) it solves or contributes to
Description (Required)
A short description of the overall goals of the pull request. Optional: Is it a fix? maintenance? new feature?
Other changes (e.g. bug fixes, UI tweaks, refactors)
Minor changes goes here. In general we should avoid that but sometimes it's much easier / faster to add a quick fix for a bug we noticed during development.
TODO
Scripts
New scripts:
script
: script detailsDeps
New dependencies:
dependency
: dependency detailsNew dev dependencies:
devDependency
: dependency details(Resolves | Closes | Contributes to) #1234