Hacker News new | ask | show | jobs
by ajanuary 1038 days ago
I'd previously tried Conventional Commits but I found the number of labels they suggest too many to keep in my head. The labels in post map well to how I think about comments.
2 comments

There is a chrome plugin for this that is awesome. I started using it and one of the things i saw is that the amount PR's that I block went down significantly. Because i will classify block or non blocking per issue so don't end deciding at the end based on the amount.

So for example something that has 10 nitpicks I will let it pass because all it tells me is i'm a dick :)

> There is a chrome plugin for this that is awesome

Link?

I’ve had great luck with conventional commits by just ignoring half of them. feat, fix, chore, docs - that’s enough to cover a LOT of cases.