diff --git a/dev/bots/analyze.dart b/dev/bots/analyze.dart index 5224ac9d7dd9..974d6bd91cbf 100644 --- a/dev/bots/analyze.dart +++ b/dev/bots/analyze.dart @@ -1420,6 +1420,8 @@ Future verifyNoBinaries(String workingDirectory, { Set? legacyBin 'size of the repository as it is distributed to all our developers. If you have a binary', 'to which you need access, you should consider how to fetch it from another repository;', 'for example, the "assets-for-api-docs" repository is used for images in API docs.', + 'To add assets to flutter_tools templates, see the instructions in the wiki:', + 'https://github.com/flutter/flutter/wiki/Managing-template-image-assets', ]); } } diff --git a/dev/bots/test/analyze_test.dart b/dev/bots/test/analyze_test.dart index 1d6668e0f010..c3b51e87cea0 100644 --- a/dev/bots/test/analyze_test.dart +++ b/dev/bots/test/analyze_test.dart @@ -167,6 +167,8 @@ void main() { 'size of the repository as it is distributed to all our developers. If you have a binary\n' 'to which you need access, you should consider how to fetch it from another repository;\n' 'for example, the "assets-for-api-docs" repository is used for images in API docs.\n' + 'To add assets to flutter_tools templates, see the instructions in the wiki:\n' + 'https://github.com/flutter/flutter/wiki/Managing-template-image-assets\n' '━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n' ); }