From afc4fec99a11ae92b50b00bb3be374a96e2f19ae Mon Sep 17 00:00:00 2001 From: Mohellebi Abdessalem <116356835+AbdeMohlbi@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:50:27 +0100 Subject: [PATCH] Update docs/contributing/issue_hygiene/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/contributing/issue_hygiene/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/issue_hygiene/README.md b/docs/contributing/issue_hygiene/README.md index d31587ae36d..3492d1b1d4b 100644 --- a/docs/contributing/issue_hygiene/README.md +++ b/docs/contributing/issue_hygiene/README.md @@ -212,7 +212,7 @@ Common naming conventions for labels include: - **`d: *`** - The purple `d` ("devtools") labels are for organizing our developer tool issues. - **`d: *`** - The green `d` ("documentation") labels are for organizing our documentation-related issues. - **`dependency: *`** - Indicates the upstream team for issues that are blocked on some work from an upstream project (e.g. Skia, Dart). -- **`e: *`** - The `e` ("engine") prefix is for subsets of the Flutter engine ([flutter/engine](https://github.com/flutter/flutter/tree/master/engine)). +- **`e: *`** - The `e` ("engine") prefix is for subsets of the Flutter engine ([flutter/engine](https://github.com/flutter/flutter/tree/main/engine)). - **`f: *`** - The `f` ("framework") prefix is for subsets of the Flutter framework ([flutter/flutter's packages/flutter/](https://github.com/flutter/flutter/tree/main/packages/flutter)). - **`found in release: x.yy`** - Used for a series of labels that indicate which versions of Flutter an issue was found in. - **`from: *`** - Labels that indicate where an issue originated (e.g. research, postmortems), if it wasn't filed organically.