Skip to content

Commit 21ba38f

Browse files
authored
Fix new member issue template (#796)
* 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
1 parent 007073a commit 21ba38f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/new-member.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,19 @@ body:
3838
id: image
3939
attributes:
4040
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."
4242
placeholder: "Drage and drop or paste an image... (ensure it uploads)"
4343
validations:
4444
required: true
4545

4646
- type: textarea
4747
id: image_alt
4848
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."
52+
validations:
53+
required: true
5254

5355
- type: input
5456
id: job_title

0 commit comments

Comments
 (0)