File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
9099The length of time required for peer review is unpredictable and will vary from
91100pull request to pull request.
92101
You can’t perform that action at this time.
0 commit comments