From 9f61335a85293c080140ae209a009ab09216b1ac Mon Sep 17 00:00:00 2001 From: brybalicious Date: Tue, 24 Nov 2020 23:11:51 +0100 Subject: [PATCH] Minor doc update (ways_to_contribute) --- docs/ways_to_contribute.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ways_to_contribute.rst b/docs/ways_to_contribute.rst index 9b9fdf0..1118952 100644 --- a/docs/ways_to_contribute.rst +++ b/docs/ways_to_contribute.rst @@ -101,7 +101,8 @@ The following example suggests how to contribute a feature. .. Hint:: -u option sets up your locally created new branch to follow a remote branch which is now created with the same name on your remote repository. -11. Finally, create a new Pull/Merge Request on Gitlab to merge the remote version of this new branch with commited updates, back into the upstream develop branch, finalising the integration of the new feature. +11. Finally, create a new Pull/Merge Request on Gitlab to merge the remote version of this new branch with commited updates, back into the upstream 'develop' branch, finalising the integration of the new feature. + Make sure to set the target branch to 'develop' for features and 'master' for hotfixes. Also, include any milestones or labels, and assignees that may be relevant. By default, the Merge option to 'delete source branch when merge request is activated' will be checked. 12. Thanks for contributing!