lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
336 stars 18 forks source link

Add Co-authored-by footer type #18

Closed lppedd closed 4 years ago

lppedd commented 4 years ago

Proof of concept.

coauthor2

lppedd commented 4 years ago

@notbear Hey! 😄 Do you think this could ever be useful?

notbear commented 4 years ago

I never used "Co-authored-by". As far as I know it's a convention other than Conventional Commits. As long as your plugin is "idea-conventional-commit" I'd say no.

But some people could find it useful. It may even open a field for supporting other commit conventions eg. Gerrit's with their Change-Id etc.

lppedd commented 4 years ago

@notbear Thanks! 😄

As far as I know it's a convention other than Conventional Commits

Mmmh, but isn't Co-authored-by just another commit footer? It should be in the standard as long as it follows the rules, imo.

It may even open a field for supporting other commit conventions eg. Gerrit's with their Change-Id etc.

Interesting! I didn't know about this Gerrit convention. I will look into it!

lppedd commented 4 years ago

Comprehensive support added with commit 8f87908cdc51ed81a383da6f42cd442145684efe
Took a lot of time but the UX is awesome 🛩