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.
87
87
# save and quit
88
88
git push -f # (force push to GitHub)
89
89
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
+
90
99
The length of time required for peer review is unpredictable and will vary from
91
100
pull request to pull request.
92
101
You can’t perform that action at this time.
0 commit comments