Hacker News new | ask | show | jobs
by akoeplinger 4231 days ago
Can the bot comment include an example of a good commit message?

Telling users that "Commits must be in the following format: %{type}(%{scope}): %{description}" requires them to mentally parse and figure out what this means. Giving an example along the lines of "perf(backend): optimized db access" would make this easier.

1 comments

This is a great idea, definitely something worth implementing. Thanks for the feedback.