Our workflow is:
- branch
- commit first version, open Github PR with a text describing the PR, which is usually longer than the git commit message and contains links to notion pages and other things detailing the design
- reviewers look at the code, and there is some to and fro with smaller commits until the PR is fine
- code gets merged
So the main action happens outside of git. Maybe for other workflows git commit messages are more important.
So the main action happens outside of git. Maybe for other workflows git commit messages are more important.