Files
MuditaOS/doc/UML/workflow.uml
2019-12-05 14:30:39 +01:00

13 lines
196 B
Plaintext

@startuml
start
:from (sub)task;
:(1) create branch;
while (work done and approved)
:(2) add more commits;
:(3) rebase to master;
:check QA & check PR;
endwhile
:(4) merge to master;
stop
@enduml