putaindecode/putaindecode.io

Easy command to adjust/merge any PR with a single commit

Closed this issue · 1 comments

MoOx commented

This happen often: someone make a commit for typo and does not respect our convention for commit message. Asking people to adjust commit message provides a bad UX.

We need to make a script/whatever to easily merge this kind of PR/commits with the ability to adjust the commit message without bothering people.

Maybe we can found a nice combo with hub or by borrowing pieces of message) https://github.com/vitorgalvao/tiny-scripts/blob/master/fastmerge.

MoOx commented

No need now that github provide this ability.