Cool project!
Perhaps it would be nice to align with https://www.conventionalcommits.org/en/v1.0.0/#specification
This specification is basically an industry standard, and lots of tooling and standards are built on top of it.
I know that it would require some changes and to remove the emojis in front of the commit type in the message, but it will really help with your commit history being read out and analyzed properly by external tooling that assume conventionalcommits used as the convention. One such example are automatically generated changelogs based on your commit history.
Cool project!
Perhaps it would be nice to align with https://www.conventionalcommits.org/en/v1.0.0/#specification
This specification is basically an industry standard, and lots of tooling and standards are built on top of it.
I know that it would require some changes and to remove the emojis in front of the commit type in the message, but it will really help with your commit history being read out and analyzed properly by external tooling that assume conventionalcommits used as the convention. One such example are automatically generated changelogs based on your commit history.