From 48710ab05d1cd27f845bf8aaa0c8cc52d3e0dc34 Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:34:06 -0700 Subject: [PATCH] Make the et feature request link properly add the github label (flutter/engine#51594) The label has a space in it, so it doesn't get properly added with the current link. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style --- engine/src/flutter/tools/engine_tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/engine_tool/README.md b/engine/src/flutter/tools/engine_tool/README.md index d3e1f42c3c1..0ab53e048f2 100644 --- a/engine/src/flutter/tools/engine_tool/README.md +++ b/engine/src/flutter/tools/engine_tool/README.md @@ -7,7 +7,7 @@ This is a command line Dart program that automates workflows in the > [!NOTE] > This tool is under development and is not yet ready for general use. Consider -> filing a [feature request](https://github.com/flutter/flutter/issues/new?labels=e:engine-tool,team-engine). +> filing a [feature request](https://github.com/flutter/flutter/issues/new?labels=e:%20engine-tool,team-engine). ## Prerequisites