The Conventional Commits specification is often used to standardize commit messages. The most common types are:
-
feat: New features or functionalities.
Example:feat: add user authentication module
-
fix: Bug fixes.
Example:fix: correct login validation error