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 @
7b41b4a3
...
@@ -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];
...
...
...
...