Contributing
November 8, 2023 ยท View on GitHub
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
How to write commit messages
We use Conventional Commit messages to automate version management.
Most common commit message prefixes are:
fix:which represents bug fixes, and generate a patch release.feat:which represents a new feature, and generate a minor release.feat!:,fix!:orrefactor!:and generate a major release.