✏️ Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue down below.
commit message body...
ℹ️ What types of changes does your code introduce?
👉 Put an
xin the boxes that apply and delete all others
- CI
- Fix
- Perf
- Docs
- Test
- Chore
- Style
- Build
- Feature
- Refactor
ℹ️ What changes to the current
semverrange does your PR introduce?
👉 Put an
xin the boxes that apply and delete all others
- Fix (:label: Patch)
- Feature (:label: Minor)
- Breaking Change (:label: Major)
ℹ️ What issue(s) (if any) are closed by your PR?
👉 Replace
#1with the issue number that applies and remove the`
- Fixes
#1
ℹ️ You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is a reminder of what we are going to look for before merging your code.
👉 Put an
xin the boxes that apply and delete all others.
- Lint and unit tests pass with my changes
- I have added tests that prove my fix is effective/works
- I have added necessary documentation (if appropriate)
- Any dependent changes are merged and published in downstream modules