mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-03 14:58:21 +03:00
update project management mermaid
This commit is contained in:
parent
f261951f55
commit
5eb0947341
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue