Was reading over your guides and thought I'd offer a suggestion when it comes to automating your Git commit workflow. You might want to use Git Cop to monitor good Git commit behavior. This'll reduce pull request strain and speed up code reviews. You can wire up Git Cop as part of your CI build process to fail your builds or as a local Git Hook for personal checks. Hope that helps!
Overview
Was reading over your guides and thought I'd offer a suggestion when it comes to automating your Git commit workflow. You might want to use Git Cop to monitor good Git commit behavior. This'll reduce pull request strain and speed up code reviews. You can wire up Git Cop as part of your CI build process to fail your builds or as a local Git Hook for personal checks. Hope that helps!