Commit icon indicating copy to clipboard operation
Commit copied to clipboard

[Feature request] add support to autocomplete conventional commits

Open webjoaoneto opened this issue 2 years ago • 2 comments

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)]

webjoaoneto avatar May 03 '22 15:05 webjoaoneto

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

sonnyp avatar Aug 08 '22 19:08 sonnyp

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.

tcharlss avatar Sep 19 '22 18:09 tcharlss