Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commit title keeps refusing characters saying "Exceed max length. Title max [70]"

Tchakoumi opened this issue · comments

Max title length takes things like scope/type/ticket into consideration

What are you adding to the previous prompts? I can only see the warning in the screenshot

oh, I see, the ticket titles where quite long.
in this case, is it not ideal to increase the max length from 70 to about a hundred? or add a limit to the titcket permitting to write a better commit title?

@Tchakoumi you can already do this :) -- see commit_title.max_size in your config.

It's 70 because 70 is the PR title limit on github. Anything larger than 70 on a github PR gets moved to the body.

ahn ok, thank you.

How can I learn this terminal building?
I'd like to contribute to this project. it's very interesting.

Any resources please?

Good question.

I'm currently traveling and posting on my phone so I don't have links

But this specifically uses nodejs / typescript. -- so you could look up any articles videos on building terminal applications with typescript.

It's very similar to building any other app with a few differences

My discord username is boogersllc you could message me there with any questions and I can try to get back to you when I'm back from traveling :)