skonsole icon indicating copy to clipboard operation
skonsole copied to clipboard

Support more commit message format

Open xbotter opened this issue 2 years ago • 2 comments

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/

xbotter avatar Aug 16 '23 02:08 xbotter

Oh cool, I was not familiar with this! Great idea.

lemillermicrosoft avatar Aug 21 '23 17:08 lemillermicrosoft

This prompt worked.

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.

xbotter avatar Aug 30 '23 14:08 xbotter