Update 01_Development_Flowchart.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-01-10 17:28:39 +01:00 committed by GitHub
parent bb004562c3
commit 8b03e8042e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ graph TD;
AUTOMATIC_CHECKS-->MANUAL_CHECKS[Reviewer: Manual checks]
MANUAL_CHECKS-->IS_ACCEPTED{Is accepted?};
IS_ACCEPTED-- YES -->MERGE([Reviewer: Merge]);
IS_ACCEPTED-- NO -->FIX;
FIX-->TEST_CHANGE;
```