IAP GITLAB

Update Code Approval Procedure authored by Ralf Ulrich's avatar Ralf Ulrich
...@@ -22,9 +22,9 @@ In the following graph the typical default workflow is described. It is importan ...@@ -22,9 +22,9 @@ In the following graph the typical default workflow is described. It is importan
graph TD; graph TD;
subgraph "CORSIKA project" subgraph "CORSIKA project"
X000[Creating new Issue] --> X001; X000[Creating new Issue] --> X001[Discuss on gitlab, and/or in meetings, and/or on slack];
X001[Discuss on gitlab, and/or in meetings, and/or on slack] --> X002; X001 --> X002[Make sure all relevant parts of the discussion are conserved on/copied to the gitlab Issue];
X002[Make sure all relevant parts of the discussion are conserved on/copied to the gitlab Issue] --> A000; X002 --> A000;
subgraph "Code contributor" subgraph "Code contributor"
... ...
......