All links to open a new issue from template are called "Get started", which creates links with the same name that go to different destinations #128127
-
Select Topic AreaBug BodyTo reproduce:
Expected result: The links to open new issues have each the template name, or at least a unique accessible name that helps understand their purpose. Current behavior: All relevant links to start a new issue are called "Get started", which makes it impossible to quickly distinguish them from one another without the surrounding text context. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Thank you for this feedback. It has been logged internally. Our team will evaluate the feedback, but we cannot guarantee a resolution or a timeline. Any additional members who have the same request, please comment to share use cases or upvote it. We appreciate you contributing and continuing to support other users in the GitHub Community Discussions. |
Beta Was this translation helpful? Give feedback.
-
Hi @daniel-montalvo. I'm a member of the GitHub accessibility team, and am working on this issue. First off, thank you for reporting it. It's definitely something that could be improved. I've updated the template to append the issue template's title to the link's accessible name as visually hidden text. Previously, as you noted it was:
Now it is:
As you noted, this will help to disambiguate link content. The changes should be live now—you may also need to refresh the tab for the changes to take effect. |
Beta Was this translation helpful? Give feedback.
-
Thanks @ericwbailey That's working better now. Ideally we would flip these two pieces of information around: the unique information (template title) first, and then the generic "get started" portion. This change will improve efficiency for screen reader users, as they'll hear the most relevant piece of info first. |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Hi @daniel-montalvo. I'm a member of the GitHub accessibility team, and am working on this issue.
First off, thank you for reporting it. It's definitely something that could be improved. I've updated the template to append the issue template's title to the link's accessible name as visually hidden text.
Previously, as you noted it was:
Now it is:
As you noted, this will help to disambiguate link content.
The changes should be live now—you may also need to refresh the tab for the changes to take effect.