We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279bbad + faa91bc commit bc9e3abCopy full SHA for bc9e3ab
CONTRIBUTING.md
@@ -87,6 +87,15 @@ before it will be merged. The basic squashing workflow is shown below.
87
# save and quit
88
git push -f # (force push to GitHub)
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
99
The length of time required for peer review is unpredictable and will vary from
100
pull request to pull request.
101
0 commit comments