diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/submittingpatches.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 137e39c925d..65af32d4bba 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -237,6 +237,11 @@ your email administrator for this.) </ul> </p> <p> + Tick the following when creating the MR. It allows developers to + rebase your work on top of master. + <pre>Allow commits from members who can merge to the target branch</pre> +</p> +<p> If you revise your patches based on code review and push an update to your branch, you should maintain a <strong>clean</strong> history in your patches. There should not be "fixup" patches in the history. |