Update Developer guide authored by Bouvry Arnaud's avatar Bouvry Arnaud
...@@ -6,6 +6,7 @@ title: Developer guide ...@@ -6,6 +6,7 @@ title: Developer guide
# IMPORTANT # IMPORTANT
If you have a local clone of the repository that **predates Feb. 19th, 2025, you must absolutely make a new clone**. If you have a local clone of the repository that **predates Feb. 19th, 2025, you must absolutely make a new clone**.
...@@ -153,7 +154,7 @@ To configure the new branch, click on the drop-down arrow on the right of the bl ...@@ -153,7 +154,7 @@ To configure the new branch, click on the drop-down arrow on the right of the bl
![MR-dropdown-arrow](uploads/bd81fe2fe9d0c46fe5e4906fea3bee15/MR-dropdown-arrow.png) ![MR-dropdown-arrow](uploads/bd81fe2fe9d0c46fe5e4906fea3bee15/MR-dropdown-arrow.png)
When creating a branch, always check that you are branching from the correct source branch (see [Branching strategy : git-flow](#branching-strategy--git-flow)). When creating a branch, always check that you are branching from the correct source branch (see [Branching strategy : git-flow](#branching-strategy--git-flow)).
When the correct source is selected, click on "Create merge request", at the bottom of the drop-down. When the correct source is selected, click on "Create merge request", at the bottom of the drop-down. Never directly click on "Create merge request", **always use the button at the bottom of the drop-down**.
![image](uploads/58fc4e981b344bd934eae9d4da3f175d/image.png){width=537 height=302} ![image](uploads/58fc4e981b344bd934eae9d4da3f175d/image.png){width=537 height=302}
... ...
......