If you have any suggestions for improvements or fixes, feel free to open an issue or a pull request. Conventional commits are used to generate versions according to semantic versioning.
- Fork the project
- Commit your changes (
git commit -m '<prefix> commit message'
)- Prefix 'feat(<...>):' to commit new features
- Prefix '<...>(<...>)!:' for breaking changes
- Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request