mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-04-28 23:47:37 -05:00
fix: add comma after an introductory clause
This commit is contained in:
@@ -176,7 +176,7 @@ In a worst case scenario, it's not the end of the world if a commit lands that d
|
||||
|
||||
### Do all my contributors need to use the conventional commit specification?
|
||||
|
||||
No! If you use a squash based workflow on Git lead maintainers can clean up the commit messages as they're merged—adding no workload to casual committers.
|
||||
No! If you use a squash based workflow on Git, lead maintainers can clean up the commit messages as they're merged—adding no workload to casual committers.
|
||||
A common workflow for this is to have your git system automatically squash commits from a pull request and present a form for the lead maintainer to enter the proper git commit message for the merge.
|
||||
|
||||
### How does Conventional Commits handle revert commits?
|
||||
|
||||
Reference in New Issue
Block a user