Skip to content

Commit

Permalink
Merge bitcoin#8771: CONTRIBUTING: Mention not to open several pulls
Browse files Browse the repository at this point in the history
faa91bc CONTRIBUTING: Mention not to open several pulls (MarcoFalke)
  • Loading branch information
laanwj authored and codablock committed Jan 11, 2018
1 parent 24c4116 commit fdc87ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ before it will be merged. The basic squashing workflow is shown below.
# save and quit
git push -f # (force push to GitHub)

If you have problems with squashing (or other workflows with `git`), you can
alternatively enable "Allow edits from maintainers" in the right GitHub
sidebar and ask for help in the pull request.

Please refrain from creating several pull requests for the same change.
Use the pull request that is already open (or was created earlier) to amend
changes. This preserves the discussion and review that happened earlier for
the respective change set.

The length of time required for peer review is unpredictable and will vary from
pull request to pull request.

Expand Down

0 comments on commit fdc87ce

Please sign in to comment.