IAP GITLAB

Update Code Approval Procedure authored by Ralf Ulrich's avatar Ralf Ulrich
...@@ -20,6 +20,13 @@ In the following graph the typical default workflow is described. It is importan ...@@ -20,6 +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;
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
subgraph "Code contributor" subgraph "Code contributor"
A000[Creating new MR] ==> A001[Via existing gitlab Issue]; A000[Creating new MR] ==> A001[Via existing gitlab Issue];
... ...
......