lemillermicrosoft / skonsole

A collection of Plugins and example console application built on the Semantic Kernel
MIT License
42 stars 6 forks source link

Support more commit message format #8

Open xbotter opened 1 year ago

xbotter commented 1 year ago

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/

lemillermicrosoft commented 1 year ago

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

xbotter commented 1 year ago

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.