github / accessibility-alt-text-bot

An action to remind users to add alt text on Issues, Pull Requests, and Discussions
MIT License
74 stars 13 forks source link

Include a link to this repository in the bot comment? #40

Closed JoshuaKGoldberg closed 9 months ago

JoshuaKGoldberg commented 10 months ago

Right now, the bot's text is roughly:

Uh oh! @{{ author }}, the image you shared is missing helpful alt text. Check {{ link }}.

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.

...but nowhere does that link to this repository. I think it'd be useful for discoverability to immediately let people know what tooling is adding that message. I'd be most folks won't spend the time to dig into the repo's workflows to find it. Thoughts?