Skip to content

Commit

Permalink
doc: Clarify that squashing should happen before review
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Feb 22, 2021
1 parent 34d7030 commit fa1f3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Note: Code review is a burdensome but important part of the development process,

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

git checkout your_branch_name
git rebase -i HEAD~n
Expand Down

0 comments on commit fa1f3a2

Please sign in to comment.