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:29:13 +01:00 committed by GitHub
parent 8b03e8042e
commit c6a4e157a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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