Skip to content

Commit bc9e3ab

Browse files
committed
Merge #8771: CONTRIBUTING: Mention not to open several pulls
faa91bc CONTRIBUTING: Mention not to open several pulls (MarcoFalke)
2 parents 279bbad + faa91bc commit bc9e3ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ before it will be merged. The basic squashing workflow is shown below.
8787
# save and quit
8888
git push -f # (force push to GitHub)
8989

90+
If you have problems with squashing (or other workflows with `git`), you can
91+
alternatively enable "Allow edits from maintainers" in the right GitHub
92+
sidebar and ask for help in the pull request.
93+
94+
Please refrain from creating several pull requests for the same change.
95+
Use the pull request that is already open (or was created earlier) to amend
96+
changes. This preserves the discussion and review that happened earlier for
97+
the respective change set.
98+
9099
The length of time required for peer review is unpredictable and will vary from
91100
pull request to pull request.
92101

0 commit comments

Comments
 (0)