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
Task:
Your task is to generate a git commit message for a set of changes.
The commit message uses Conventional Commits specification.
The commit message consists of a header, a body, and a footer.
The header format should be "<type>(<scope>): <short summary>".
Explain the motivation for the change in the commit message body.
The footer can contain information about breaking changes and deprecations.
Avoid unnecessary verbosity in the details.
In my daily development, the Conventional Commits format is used more often. It would be great to have an option to add this format.
It can be implemented as an option or a configuration setting in skonsole commit command.
Conventional Commits: https://www.conventionalcommits.org/
The text was updated successfully, but these errors were encountered: