From 5eb09473412f5218357dc9716ce32c48000075ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Sat, 1 Mar 2025 13:40:57 +0300 Subject: [PATCH] update project management mermaid --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 18bf01120..a1f2ca913 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,21 @@ This is the SHA fingerprint of LastPipeBender's signing key to verify downloaded title: Project Management --- graph TD - A[NewPipe] --> D[dev] - B[Tubular] --> D - C[features from other forks/apps] --> | review | F + B([Tubular]) --> D + A([NewPipe]) --> D[dev] + C([features from other forks/apps]) --> | review | F D --> | test & mini changes | E[master] - D --> X[unique features] - X --> | review | F[extended] + D --> | unique features | F[extended-dev] - F --> G(Extended Version) + G .-> | ensure long-term compatibility | E + E --> K>Stable Version] - F --> | ensure long-term compatibility | E - E --> K(Stable Version) + F --> | review | G[extended] + G --> H>Extended Version] + + F --> P[extended-refactor] + A --> | refactor branch changes | P + P --> Y>Refactor Build - WIP] ``` ## License