On Fri, Jun 11, 2021 at 11:02:52AM -0600, Martin Sebor wrote: > My objection is to making our policies and tools more restrictive > than they need to be. We shouldn't expect everyone to study whole > manuals just to figure out how to successfully commit a change (or > learn how to format it just the right way). It should be easy.
Following the policies isn't that hard, and the scripts when they reject a commit also explain why it was rejected, so it is trivial to git commit --amend it and git push again. Jakub