Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more commit message format #8

Open
xbotter opened this issue Aug 16, 2023 · 2 comments
Open

Support more commit message format #8

xbotter opened this issue Aug 16, 2023 · 2 comments

Comments

@xbotter
Copy link
Contributor

xbotter commented Aug 16, 2023

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
Copy link
Owner

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

@xbotter
Copy link
Contributor Author

xbotter commented Aug 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants