doc: expand on squashing and rebasing to land a PR
PR-URL: https://github.com/nodejs/node/pull/48751 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
parent
1d1a85b17c
commit
5da84a6341
@ -540,6 +540,12 @@ For pull requests from first-time contributors, be
|
|||||||
[welcoming](#welcoming-first-time-contributors). Also, verify that their git
|
[welcoming](#welcoming-first-time-contributors). Also, verify that their git
|
||||||
settings are to their liking.
|
settings are to their liking.
|
||||||
|
|
||||||
|
If a pull request contains more than one commit, it can be landed either by
|
||||||
|
squashing into one commit or by rebasing all the commits, or a mix of the two.
|
||||||
|
Generally, a collaborator should land a pull request by squashing. If a pull
|
||||||
|
request has more than one self-contained subsystem commits, a collaborator
|
||||||
|
may land it as several commits.
|
||||||
|
|
||||||
All commits should be self-contained, meaning every commit should pass all
|
All commits should be self-contained, meaning every commit should pass all
|
||||||
tests. This makes it much easier when bisecting to find a breaking change.
|
tests. This makes it much easier when bisecting to find a breaking change.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user