Hacker News new | ask | show | jobs
by addisonbeck 447 days ago
`chore(code): fix bug` doesn't follow conventional commits, so it's not at great example for this point.

In my experience conventional commits tend to lower character counts and improve the readability of messages. `bug(auth): adjust XYZ` is shorter than `fix auth bug by adjusting XYZ`.