You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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)]
The text was updated successfully, but these errors were encountered: