siderolabs/conform

Conform treats comments on the first line in git commits as the header

06kellyjac opened this issue · 0 comments

The first line of a commit message is always read as the header even if it's a comment

With a commit template like so:

# Some top comment

# Some bottom comments
# blah blah blah blah blah
# blah blah blah blah blah blah
# blah blah blah

Filling it out for a commit message of:

# Some top comment
feat: something

Some body comment.
Amazing changes x y z

# Some bottom comments
# blah blah blah blah blah
# blah blah blah blah blah blah
# blah blah blah

Conform complains the commit header is # Some top comment which doesn't match conventional commit style