Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- Follow the
CONTRIBUTINGGuide. - Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
- Important Prefixes for release-please:
fix:which represents bug fixes, and correlates to a SemVer patch.feat:represents a new feature, and correlates to a SemVer minor.feat!:, orfix!:,refactor!:, etc., which represent a breaking change (indicated by the!) and will result in a SemVer major.
- Important Prefixes for release-please:
- Ensure the tests and linter pass (Run
bash scripts/format.shfrom the repository root to format) - Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕