Update Developer guide - branching workflow figure authored by Bouvry Arnaud's avatar Bouvry Arnaud
...@@ -6,6 +6,7 @@ title: Developer guide ...@@ -6,6 +6,7 @@ title: Developer guide
# Joining the developers of PASE # Joining the developers of PASE
All contributions are welcome. To start coding : All contributions are welcome. To start coding :
- read this developer guide completely for essential information and practices to follow - read this developer guide completely for essential information and practices to follow
...@@ -86,9 +87,9 @@ Branch naming convention: ...@@ -86,9 +87,9 @@ Branch naming convention:
# Branching workflow # Branching workflow
This is the process to create a new branch. It is mandatory to first create an issue on Gitlab, create the branch from within the issue, then pull locally. Please read further for a detailed procedure This is the process to create a new branch. It is mandatory to first create an issue on Gitlab, create the branch from within the issue, then pull locally. Please read further for the detailed procedure.
![branching_workflow](uploads/1220d0698239fe6918ab1620d4a6b5c8/branching_workflow.png) ![branching_workflow](uploads/53c89d442ce44fa0d62a744dde7b01ff/branching_workflow.png)
## Issue ## Issue
Create an issue with a title containing one of the following keywords in square brackets as prefix : Create an issue with a title containing one of the following keywords in square brackets as prefix :
... ...
......