Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remind users to link directly to screenshot images. #4701

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading