From 62f5d603b2796be81beda9f689a36f7c9c39c57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 4 Nov 2018 19:08:37 +0200 Subject: [PATCH] Mention that Merge Requests should allow maintainer edits --- markdown/contribute/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/markdown/contribute/index.md b/markdown/contribute/index.md index 7044cdc941..c013d43cb1 100644 --- a/markdown/contribute/index.md +++ b/markdown/contribute/index.md @@ -105,6 +105,11 @@ After completing the common steps: is too long and only contains fill words at the beginning, the important information will be cut off and not show up in the list view or mail client. +- Please enable the "Allow commits from members who can merge to the target branch" + checkbox when submitting merge requests as otherwise maintainers might + request you to rebase your Merge Request multiple times even if no manual + changes are required. + - Make liberal use of the reference syntax available to help cross-linking different issues and merge requests. e.g. `#100` references issue 100 in the current module. `!100` references merge request 100 in the current project.