IAP GITLAB
Changes
Page history
Update Code Approval Procedure
authored
Jul 14, 2020
by
Ralf Ulrich
Hide whitespace changes
Inline
Side-by-side
Code-Approval-Procedure.md
View page @
2a65b04f
...
...
@@ -20,12 +20,13 @@ In the following graph the typical default workflow is described. It is importan
```
mermaid
graph TD;
subgraph "CORSIKA project"
X000[Creating new Issue] --> X001[Discuss on gitlab, and/or in meetings, and/or on slack];
X001 --> X002[Make sure all relevant parts of the discussion are conserved on/copied to the gitlab Issue];
X002 --> A000;
subgraph "CORSIKA project"
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"
...
...
...
...