Be the first to know and get exclusive access to offers by signing up for our mailing list(s).

Subscribe

We ❤️ Open Source

A community education resource

7 min read

How to find your open source community hiding outside the repo

Most of your open source community never touches the codebase. Here's how to find them.

Leaders in open source projects or Open Source Program Offices (OSPOs) often struggle with a fundamental question: “Where is our community?”

Finding your community online can be easy if you’ve built some structure and have a community gathering place (like Slack or Discord). But how do you find your community that hasn’t coalesced anywhere?

The answer might be straightforward if you have only a few open source repositories with limited external contributions. As projects age and new contributors join, things get more complex. To nurture your community, you need to find them online so your organization can participate authentically.

Start where you already are: The repo

Your git history is your first community dataset. The repo is your project’s foundation; it serves as the anchor for everything else in the community. I recommend starting here first.

  1. Clone the repo
  2. Open it
  3. Run git shortlog -sne against it

The output will show a ranked list of everyone who has ever contributed a commit, along with their email addresses. This info gives you a solid starting point.

Do an analysis of the email addresses; they alone begin to tell a story:

  • Are most of your contributors using corporate addresses from one or two organizations? That gives you the organizational diversity (or lack thereof).
  • See a lot of Gmail and personal domains? That could indicate grassroots adoption.
  • Are there contributors who showed up once and never came back versus people who’ve been committing steadily for months?

All these patterns matter because they offer insight into your community.

You know the committers, engage with them

Start engaging with your top committers directly. They will likely know how the community prefers to communicate. Plus, you need to establish rapport with them. Making sure the project is healthy is key. Offer your own and your organization’s resources to foster and nourish the community, as you introduce yourself.

One word of advice: don’t create a place for your community without talking to them first. They may not want a central location outside the git repo, or they may want to use an open source tool they manage themselves (I don’t recommend this, but it’s up to the community to decide).

Where is the repo hosted?

If your project lives on GitHub, you have even more data through GitHub Insights. GitLab also has an Insights tool, but let’s focus on GitHub. In GitHub Insights, you can see several useful community data points:

  • Pulse offers a snapshot of recent activity — Pull Requests (PRs), issues filed and closed, and participation
  • The Contributors tab shows commit activity over time, including lines added and removed per user
  • The Commits tab shows you how many commits occurred over time
  • Code frequency shows you additions and deletions per week, looking back a month
  • Forks can tell you two potential things:
    • Who has forked the repo to contribute to it or
    • Who might be using the project

This serves as a quick health check, but only scratches the surface.

Where else can you get community data?

For Linux Foundation projects and others, LFX Insights goes further. It aggregates contributor data, tracks affiliations, and provides dashboards from commit volume to issue resolution times. If your project qualifies, it’s worth setting up. My personal experience with the LFX Insights team has been stellar. I highly recommend adding your GitHub organization, if possible.

Read more: Using metrics to improve open source communities

Going deeper: Who is doing what?

Knowing who your contributors are is step one. Understanding what they’re doing is where things get genuinely interesting.

All of the tools above help with this to varying degrees. GitHub Insights can show you who’s reviewing PRs versus who’s writing code. LFX Insights can break down contributions by type and organization. But if you really want to understand the full picture of community activity, you need to look at GrimoireLab.

GrimoireLab emerged from the CHAOSS (Community Health Analytics in Open Source Software) project and is extremely powerful. It can ingest data from Git, GitHub, GitLab, Discourse, Slack, mailing lists, Jira, Stack Exchange, and more — then give you unified dashboards showing who’s contributing what, where, and when. You can track metrics such as contributor onboarding velocity, organizational diversity over time, issue response times, and the number of people who conduct code reviews, file bugs, or participate in forum discussions.

I recommend getting GrimoireLab up and running locally via Docker Compose before asking your infrastructure team to provision a system for it. The projects.json file, where you configure the data sources, can be finicky to manage at first. If you need help, join the #grimoirelab channel in the CHAOSS Slack. Also, Bitergia offers a commercial version of GrimoireLab with support if you outgrow the open source version.

Read more: Get started in open source with the CHAOSS Education Project

The uncomfortable truth: Your community is bigger than your repo

Here’s where most organizations get tripped up. They look at commit stats and think they’ve found their community. They haven’t.

They’ve found their committers, which is a subset — sometimes a small one — of their actual community.

Think about all the people who participate in a project without ever touching the codebase:

  • The person who answers questions in your Slack or Discord every day
  • The person who filed 40 detailed bug reports
  • The blogger who wrote a tutorial that drove a spike in adoption
  • The developer advocate at another company who recommended your project in an architecture review
  • The meetup organizer who put together a talk about your technology

None of these folks show up in the git log, and all of them are your community.

So where do you find them? You have to go looking, and you’re going to have to cast a wide net. Check the project’s communication channels (if any):

  • Slack
  • Discord
  • Discourse forums
  • Mailing lists

Continue the search and look for what the community has already created:

  • YouTube tutorials
  • Conference talks
  • Stack Overflow posts for your project’s tag(s) and keyword(s)
  • Blog posts on Dev.to, Hashnode, and personal sites

Search for your project name on social media:

  • Bluesky
  • Mastodon
  • LinkedIn
  • Reddit
  • X/Twitter

Search for your project name alongside words like:

  • Tutorial
  • Production
  • Migration
  • Alternative to

The thing nobody tells you

Sometimes your community is gathering somewhere you don’t know about. There might be a Telegram group in Portuguese, a WeChat group of developers at a Chinese tech company, a Discord server you’ve never seen, an IRC channel, or an internal Slack channel at a Fortune 500 company where a team has been running your project in production for two years.

The only way to find these pockets of community is to start asking. Put out a call to your known community: “Where do you collaborate on this project? We want to meet you where you are.”

Putting it all together

If you’re starting from zero, here’s the sequence I’d recommend:

  • Start from the repo. Run git shortlog -sne, pull data from GitHub or Gitlab Insights or LFX Insights, and get a baseline of who your code contributors are. 
  • Then expand outward — set up GrimoireLab to pull data from your communication channels and issue trackers, and use CHAOSS metrics to define what “healthy” means for your project. 
  • Finally, look for conversations happening outside your owned channels, and don’t be afraid to ask people where they hang out.

The community is already out there. Your job is to find them, acknowledge them, and — most importantly — make it easy for them to find each other.

More from We Love Open Source

This article is adapted from “OSPO Notes: How to find your community” by Chris Short, and is republished with permission from the author.

The opinions expressed on this website are those of each author, not of the author's employer or All Things Open/We Love Open Source.

Working on something worth sharing? Write for us.

Contribute to We ❤️ Open Source

Help educate our community by contributing a blog post, tutorial, or how-to.

Two World-class Events

If you didn't make it to All Things AI, check out the event summary, and make plans to join us October 19-20 for All Things Open.

Open Source Meetups

We host some of the most active open source meetups in the U.S. Get more info and RSVP to an upcoming event.