Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
1.88k stars 69 forks source link

Can you add co authored by the commit steps ?? #92

Open agnelrdx opened 3 months ago

agnelrdx commented 3 months ago

We do pair programming a lot. We wanted to use this tool so badly, but it doesn't have co-authored by. Can you add this as well ????

Everduin94 commented 3 months ago

@agnelrdx - Yeah when I get the chance, I'll try to add something. In the meantime, if you really need to add a co-author you can select "Custom" on the footer options and then use this format Co-authored-by: name <erik@example.com>

I believe the email needs to match the user's github email for it to "count" in Github. If they don't want to use a public email they can use their github no-reply email. For example, mine is some numbers + Everduin94@users.noreply.github.com, which can be found in your Github settings.

I'll probably try to add something where you can add a list of users + email to make the process easier. I have a few other projects I'm wrapping up right now so might take me a couple of days to get to it.

agnelrdx commented 3 months ago

That helps. Thanks a lot... ❤️