sonnyp / Commit

Commit message editor

Home Page:https://apps.gnome.org/Commit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] add support to autocomplete conventional commits

webjoaoneto opened this issue · 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)]

commented

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

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.