mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-03 20:57:19 -04:00
13 lines
196 B
Plaintext
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
|