update project management mermaid

This commit is contained in:
Aliberk Sandıkçı 2025-03-01 13:40:57 +03:00 committed by GitHub
parent f261951f55
commit 5eb0947341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,17 +46,21 @@ This is the SHA fingerprint of LastPipeBender's signing key to verify downloaded
title: Project Management title: Project Management
--- ---
graph TD graph TD
A[NewPipe] --> D[dev] B([Tubular]) --> D
B[Tubular] --> D A([NewPipe]) --> D[dev]
C[features from other forks/apps] --> | review | F C([features from other forks/apps]) --> | review | F
D --> | test & mini changes | E[master] D --> | test & mini changes | E[master]
D --> X[unique features] D --> | unique features | F[extended-dev]
X --> | review | F[extended]
F --> G(Extended Version) G .-> | ensure long-term compatibility | E
E --> K>Stable Version]
F --> | ensure long-term compatibility | E F --> | review | G[extended]
E --> K(Stable Version) G --> H>Extended Version]
F --> P[extended-refactor]
A --> | refactor branch changes | P
P --> Y>Refactor Build - WIP]
``` ```
## License ## License