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

Add commit type #17

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add commit type #17

wants to merge 7 commits into from

Conversation

alsonick
Copy link

Added the option to allow users to prefix their commit messages with a commit type.

@Nutlope
Copy link
Owner

Nutlope commented Feb 14, 2023

@alsonick Thanks for the PR! Wanted to add support for conventional commits so this is great but I have two thoughts:

  1. Should we have GPT-3 infer the type by prompting it, then give users the option to correct it?
  2. I don't want to mandate that everyone goes through this step, so it would have to be behind a flag. So folks would have to run something like aicommits --conventional-commits to pull this up

@AntoineKM
Copy link

It's a pity because in this case we have to choose a prefix while GTP-3 knows Conventional Commit V1

@rek
Copy link

rek commented Feb 22, 2023

Agree, it would be cool to ask OpenAI for the commit type

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

Successfully merging this pull request may close these issues.

None yet

5 participants