From 55f4bfaec14515384dc04079bed7ea4accc8e6b4 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Wed, 1 Oct 2025 09:01:29 +0100 Subject: [PATCH] Improve alt text in building-community Added longer descriptions so that alt text users can understand the more complex images. Avatar images have empty alt text because they are decorative. --- _articles/building-community.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_articles/building-community.md b/_articles/building-community.md index 90d73dd6eda..53921a5b78f 100644 --- a/_articles/building-community.md +++ b/_articles/building-community.md @@ -20,7 +20,7 @@ A welcoming community is an investment into your project's future and reputation One way to think about your project's community is through what @MikeMcQuaid calls the [contributor funnel](https://mikemcquaid.com/2018/08/14/the-open-source-contributor-funnel-why-people-dont-contribute-to-your-open-source-project/): -![Contributor funnel](/assets/images/building-community/contributor_funnel_mikemcquaid.png) +![Contributor funnel starts with users, then contributors, then maintainers.](/assets/images/building-community/contributor_funnel_mikemcquaid.png) As you build your community, consider how someone at the top of the funnel (a potential user) might theoretically make their way to the bottom (an active maintainer). Your goal is to reduce friction at each stage of the contributor experience. When people have easy wins, they will feel incentivized to do more. @@ -38,7 +38,7 @@ Start with your documentation: * **If there's a contribution you disagree with,** thank them for their idea and [explain why](../best-practices/#learning-to-say-no) it doesn't fit into the scope of the project, linking to relevant documentation if you have it.