mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-14 18:45:13 +01:00
fix: add comma after an introductory clause
This commit is contained in:
parent
4b4661af65
commit
693ec1a108
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user