@@ -48,18 +48,18 @@ 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\nanother contributor --> C
52- C & B & E -- new core review\nrequests 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\napproves ---> F[Awaiting merge]:::coredev
55- G[When a review is dismissed\nthe highest remaining state is restored\nbased 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;
5959classDef triager stroke:#C0C;
60- linkStyle 0,1,7 stroke:#CC0,color:auto;
61- linkStyle 2,3 stroke:#00C,color:auto;
62- linkStyle 4 ,5,6,8 ,9,10 stroke:#0C0,color:auto;
60+ linkStyle 0,1,8 stroke:#CC0,color:auto;
61+ linkStyle 3,4 stroke:#00C,color:auto;
62+ linkStyle 2 ,5,6,7 ,9,10,11 stroke:#0C0,color:auto;
6363```
6464
6565## * Aside* : where does the name come from?
0 commit comments