IAP GITLAB

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