From b9f1be6495c3005750bc7b5b20d0179abf9e0037 Mon Sep 17 00:00:00 2001 From: Jason Robbins Date: Wed, 15 Jan 2025 19:27:14 +0000 Subject: [PATCH] Remind users to link directly to screenshot images. (#4701) * Remind users to link directly to screenshot images. * lint-fix --- client-src/elements/form-field-specs.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client-src/elements/form-field-specs.ts b/client-src/elements/form-field-specs.ts index 2efd2e34a3d5..4a17e20550ed 100644 --- a/client-src/elements/form-field-specs.ts +++ b/client-src/elements/form-field-specs.ts @@ -627,7 +627,9 @@ export const ALL_FIELDS: Record = { required: false, label: 'Screenshot link(s)', help_text: html` Optional: Links to screenshots showcasing this feature (one - URL per line). Use the upload button to upload an image to be served from + URL per line). Be sure to link directly to the image with a URL ending in + .png, .gif, or .jpg, rather than linking to an HTML page that contains the + image. Or, use the upload button to upload an image to be served from chromestatus.com. These will be shared publicly.`, },