IAP GITLAB

Update Code Approval Procedure authored by Ralf Ulrich's avatar Ralf Ulrich
...@@ -24,7 +24,7 @@ graph TD; ...@@ -24,7 +24,7 @@ graph TD;
X000[Creating new Issue] --> X001; X000[Creating new Issue] --> X001;
X001[Discuss on gitlab, and/or in meetings, and/or on slack] --> X002; X001[Discuss on gitlab, and/or in meetings, and/or on slack] --> X002;
X002[Make sure all relevant parts of the discussion are conserved (copied) in the gitlab Issue] --> A000; X002[Make sure all relevant parts of the discussion are conserved on/copied to the gitlab Issue] --> A000;
subgraph "Code contributor" subgraph "Code contributor"
...@@ -67,7 +67,7 @@ graph TD; ...@@ -67,7 +67,7 @@ graph TD;
C5 --> D1[Checks the MR and the review] C5 --> D1[Checks the MR and the review]
D1 --> D2[Re-discuss with contributor and reviewer, if needed] D1 --> D2[Re-discuss with contributor and reviewer, if needed]
D1 --> D3[Put MR on agenda of next meeting, if useful] D1 --> D3[Put MR on agenda of next meeting, if useful]
D1 --> D4[MR is merged into master, and MR is closed] D1 ==> D4[MR is merged into master, and MR is closed]
D2 --> D4 D2 --> D4
D3 --> D4 D3 --> D4
end end
... ...
......