Skip to content

Commit

Permalink
Remind users to link directly to screenshot images. (#4701)
Browse files Browse the repository at this point in the history
* Remind users to link directly to screenshot images.

* lint-fix
  • Loading branch information
jrobbins authored Jan 15, 2025
1 parent 0006521 commit b9f1be6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client-src/elements/form-field-specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,9 @@ export const ALL_FIELDS: Record<string, Field> = {
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.`,
},

Expand Down

0 comments on commit b9f1be6

Please sign in to comment.