Skip to content

Commit fa1f3a2

Browse files
author
MarcoFalke
committed
doc: Clarify that squashing should happen before review
1 parent 34d7030 commit fa1f3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Note: Code review is a burdensome but important part of the development process,
197197

198198
If your pull request contains fixup commits (commits that change the same line of code repeatedly) or too fine-grained
199199
commits, you may be asked to [squash](https://git-scm.com/docs/git-rebase#_interactive_mode) your commits
200-
before it will be merged. The basic squashing workflow is shown below.
200+
before it will be reviewed. The basic squashing workflow is shown below.
201201

202202
git checkout your_branch_name
203203
git rebase -i HEAD~n

0 commit comments

Comments
 (0)