IAP GITLAB
Changes
Page history
Update Code Approval Procedure
authored
Jul 14, 2020
by
Ralf Ulrich
Show whitespace changes
Inline
Side-by-side
Code-Approval-Procedure.md
View page @
70d9f22d
...
@@ -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"
...
...
...
...