From 8f62a9904da06ad20d8e4609cdbb078ed70e8314 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 14 Nov 2024 05:39:39 -0500 Subject: [PATCH] Update triage flow chart for SVG packages (#158670) Adds special handling of the newly-imported `flutter_svg` and `vector_graphics` family of packages in the triage flow chart, as they should be directed to the engine team. --- docs/triage/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/triage/README.md b/docs/triage/README.md index 9068274328..25a058b3e4 100644 --- a/docs/triage/README.md +++ b/docs/triage/README.md @@ -85,6 +85,7 @@ In general the flow chart for team assignment is as follows, stopping as soon as - If it's about the Flutter tool, add `team-tool`. - If it's about a first-party package: - If it's about `go_router` or `go_router_builder`, add `team-go_router`. + - If it's about `flutter_svg` or `vector_graphics`, add `team-engine`. - Otherwise, add `team-ecosystem`. - If none of the above apply, add `will need additional triage`.