Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! doc: expand on squashing and rebasing to land a PR
  • Loading branch information
legendecas committed Jul 13, 2023
commit 45f80af300cb6f56ffe491b9cf9be1ad37755c54
4 changes: 2 additions & 2 deletions doc/contributing/collaborator-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ For pull requests from first-time contributors, be
[welcoming](#welcoming-first-time-contributors). Also, verify that their git
settings are to their liking.

If the pull request contains more than one commits, it can be landed with
squashing into one commit or rebasing all the commits. Generally, a
If the pull request contains more than one commit, it can be landed either by
squashing into one commit or by rebasing all the commits. Generally, a
collaborator should land the pull request with squashing. If the pull request
has more than one self-contained subsystem commits, a collaborator may land it
with rebasing.
Expand Down