File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ flowchart TD
4848 A_draft -- publish draft by contributor --> A:::creator
4949 A -- by contributor --> B[Awaiting review]:::anyone
5050 A -- by core dev --> C[Awaiting core review]:::coredev
51- B & C -- new review by<br/ >another contributor --> C
52- C & B & E -- new core review<br/ >requests changes --> D[Awaiting changes]:::creator
51+ B & C -- new review by<br>another contributor --> C
52+ C & B & E -- new core review<br>requests changes --> D[Awaiting changes]:::creator
5353 D -- changes by contributor --> E[Awaiting change review]:::coredev
54- C & E & B -- new core review<br/ >approves ---> F[Awaiting merge]:::coredev
55- G[When a review is dismissed<br/ >the highest remaining state is restored<br/ >based on the remaining reviews]
54+ C & E & B -- new core review<br>approves ---> F[Awaiting merge]:::coredev
55+ G[When a review is dismissed<br>the highest remaining state is restored<br>based on the remaining reviews]
5656classDef creator stroke:#CC0;
5757classDef anyone stroke:#00C;
5858classDef coredev stroke:#0C0;
You can’t perform that action at this time.
0 commit comments