From 2ff7fe92c12159e0dac8e908447de1b0b7f23ba5 Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Wed, 7 Aug 2024 11:45:51 -0500 Subject: [PATCH] Update design languages triage link to exclude drafts (#153027) Noticed the framework triage was doing this, adopting it for design languages as well! Critical triage follows up on these draft PRs if they sit for long without an update. Having draft PRs allows folks to discuss changes without getting nudged constantly to make progress on it. This feels like a really positive change. --- docs/triage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/triage/README.md b/docs/triage/README.md index b84c0556ca2..69681f26f0e 100644 --- a/docs/triage/README.md +++ b/docs/triage/README.md @@ -210,7 +210,7 @@ For more guidance on reviewing PRs, see [Tree Hygiene](../contributing/Tree-hygi - [Incoming issue list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ateam-design%2Cfyi-design+-label%3Atriaged-design+no%3Aassignee+-label%3A%22will+need+additional+triage%22+sort%3Aupdated-asc+-label%3A%22waiting+for+customer+response%22+) - [P0 list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ateam-design+label%3AP0+sort%3Aupdated-asc) -- [Design Languages PRs](https://github.com/flutter/flutter/pulls?q=is%3Aopen+is%3Apr+label%3A%22f%3A+material+design%22%2C%22f%3A+cupertino%22+sort%3Aupdated-asc) +- [Design Languages PRs](https://github.com/flutter/flutter/pulls?q=is%3Aopen+is%3Apr+label%3A%22f%3A+material+design%22%2C%22f%3A+cupertino%22+sort%3Aupdated-asc+draft%3Afalse) ### Ecosystem team (`team-ecosystem`)