You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix new member issue template
Adds a required validation for image alt text (like the image itself).
* Update .github/ISSUE_TEMPLATE/new-member.yml
* Update .github/ISSUE_TEMPLATE/new-member.yml
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new-member.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,19 @@ body:
38
38
id: image
39
39
attributes:
40
40
label: Image
41
-
description: "Profile image. After uploading, please edit the 'alt' text to describe the image. See [Harvard Alt Text Guide](https://accessibility.huit.harvard.edu/describe-content-images) and [other lab members](https://github.com/hms-dbmi/gehlenborglab-website/tree/main/_members)."
41
+
description: "A profile image."
42
42
placeholder: "Drage and drop or paste an image... (ensure it uploads)"
43
43
validations:
44
44
required: true
45
45
46
46
- type: textarea
47
47
id: image_alt
48
48
attributes:
49
-
label: Image Alt Text
50
-
description: "Provide alternative text summarizing image for accessibility. See [other members](https://github.com/hms-dbmi/gehlenborglab-website/tree/main/_members) for examples. If you have uploaded an image above, **alt text is required.**"
51
-
placeholder: "E.g., Headshot of a smiling middle-aged white man with a shaved head and round glasses with brown frames. He is wearing a black button down shirt in front of a solid light-colored background."
49
+
label: Image Alt
50
+
description: "[Alternative (alt) text](https://accessibility.huit.harvard.edu/describe-content-images) summarizing your profile image for accessibility. See [other members](https://github.com/hms-dbmi/gehlenborglab-website/tree/main/_members) for examples."
51
+
placeholder: "e.g., Headshot of a smiling middle-aged white man with a shaved head and round glasses with brown frames. He is wearing a black button down shirt in front of a solid light-colored background."
0 commit comments