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 @
14d62864
...
...
@@ -24,7 +24,7 @@ graph TD;
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;
X002[Make sure all relevant parts of the discussion are conserved
on/
copied
to
the gitlab Issue] --> A000;
subgraph "Code contributor"
...
...
@@ -67,7 +67,7 @@ graph TD;
C5 --> D1[Checks the MR and the review]
D1 --> D2[Re-discuss with contributor and reviewer, if needed]
D1 --> D3[Put MR on agenda of next meeting, if useful]
D1
--
> D4[MR is merged into master, and MR is closed]
D1
==
> D4[MR is merged into master, and MR is closed]
D2 --> D4
D3 --> D4
end
...
...
...
...