You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to include information in all git commit messages about the type of change. To achieve this, we can implement Conventional Commits or use prefixes like bug:, docs:, feat:, etc.
Lastly, we must ensure that all contributor's commit messages conform to this standard via some safeguards like pre-commit or a CI job.
The text was updated successfully, but these errors were encountered:
We'd like to include information in all git commit messages about the type of change. To achieve this, we can implement Conventional Commits or use prefixes like
bug:
,docs:
,feat:
, etc.Lastly, we must ensure that all contributor's commit messages conform to this standard via some safeguards like pre-commit or a CI job.
The text was updated successfully, but these errors were encountered: