mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
Fix CONTRIBUTING.md spelling mistake (#9511)
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ To submit a change for inclusion, please do the following:
|
||||
|
||||
### Squash commits
|
||||
|
||||
If your have a pull request on GitHub, and updated more than once, it's better to squash all commits.
|
||||
If you have a pull request on GitHub, and updated more than once, it's better to squash all commits.
|
||||
|
||||
1. Identify how many commits you made since you began: ``git log``.
|
||||
2. Squash these commits by N: ``git rebase -i HEAD~N`` .
|
||||
|
||||
Reference in New Issue
Block a user