Skip to content

Commit b9f1be6

Browse files
authored
Remind users to link directly to screenshot images. (#4701)
* Remind users to link directly to screenshot images. * lint-fix
1 parent 0006521 commit b9f1be6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client-src/elements/form-field-specs.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,9 @@ export const ALL_FIELDS: Record<string, Field> = {
627627
required: false,
628628
label: 'Screenshot link(s)',
629629
help_text: html` Optional: Links to screenshots showcasing this feature (one
630-
URL per line). Use the upload button to upload an image to be served from
630+
URL per line). Be sure to link directly to the image with a URL ending in
631+
.png, .gif, or .jpg, rather than linking to an HTML page that contains the
632+
image. Or, use the upload button to upload an image to be served from
631633
chromestatus.com. These will be shared publicly.`,
632634
},
633635

0 commit comments

Comments
 (0)