From 1b525c84f1cc32f1fb36815c5946e9b273879daa Mon Sep 17 00:00:00 2001 From: Daniel Chevalier Date: Wed, 11 Oct 2023 09:54:11 -0400 Subject: [PATCH] Add instructions for updating image urls (#6513) --- packages/devtools_app/release_notes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devtools_app/release_notes/README.md b/packages/devtools_app/release_notes/README.md index 327e4cc6433..1ee014127fb 100644 --- a/packages/devtools_app/release_notes/README.md +++ b/packages/devtools_app/release_notes/README.md @@ -28,6 +28,8 @@ to match the structure of the Flutter website. the running release notes for the current version. - See an example [PR](https://github.com/flutter/website/pull/6791) for an example of how to add those to the Flutter website. + - Make sure all images contain the `site_url` + - e.g. `{{site.url}}/tools/devtools/release-notes/images-/` - NOTE: When adding images, be cognizant that the images will be rendered in a relatively small window in DevTools, and they should be sized accordingly.