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

[Feature request] add support to autocomplete conventional commits #72

Open
webjoaoneto opened this issue May 3, 2022 · 2 comments
Open

Comments

@webjoaoneto
Copy link

Add an autocomplete to setup conventional commits
https://www.conventionalcommits.org/en/v1.0.0/

| fe ->
autocompletes to feature

[optional scope]:

[optional body]

[optional footer(s)]

@sonnyp
Copy link
Owner

sonnyp commented Aug 8, 2022

I don't see myself implementing auto-complete just for fix and feature but someone else is welcome to do so. It could be a first step before analyzing types from the commit history.

For the rest of your request - I don't know what you mean but you can use git template https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_commit_template

@tcharlss
Copy link

I'm transitioning to conventional commits and would also be very interested if they were supported.

There are more recommanded types complementing feat and fix: build, chore, ci, docs, style, refactor, perf, test
On top of that there can be scopes: feat(api)

I can be a chore to remember all the possible types, chores, and footer mentions, so an autocomplete could be very helpful.

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

3 participants