DEV Community

Cover image for What's the Difference Between New and Beginner Open Source Contributors?
BekahHW for OpenSauced

Posted on

What's the Difference Between New and Beginner Open Source Contributors?

There's a difference between new contributors and beginner contributors to open source, and it's important to understand the difference because it impacts the support needed for those contributors and the types of issues created.

Before moving on, let's define the difference:

Beginner Contributor: Someone who is new to open source and tech. Some of their challenges to contributing may include: a steep learning curve, understanding open source culture and best practices, completing pull requests in a timely manner.

New Contributor: Someone who has never contributed to your repository before, but could be at any technical level. Some of the challenges they may face are unfamiliarity with the project's codebase, guidelines, and processes.

Retaining Contributors

One of the challenges facing open source maintainers is retaining contributors. But the type of contributor you retain is also important, and largely depends on the project's needs and bandwidth.

Retaining Beginner Contributors

Contributors who are beginners require more time and effort to support and sustain. Things you need to consider when retaining beginners are:

  1. Do you have good, beginner-friendly issues? These are sometimes labeled as good first issue or beginner-friendly.
  2. Does your project lend itself to issues for beginners? Sometimes a project's complexity or technical hurdles for running the project make it difficult to bring in beginners without substantial support.
  3. Do you have the bandwidth to support beginners? More often than not, beginners will require more support. They'll need more feedback on their pull requests or on the issues they write. If you don't have the time to support them, it's okay to let them know.

Retaining New Contributors

New contributors have a variety of motivations for contributing, including: to learn something new, to solve a problem they have, to build their reputation, or because they're interested in the project.

Things you should consider for retaining new contributors:

  1. Do you have clear paths of communication? They should know how to contribute and who to talk to if they have questions.
  2. Are their issues they can work on? More than once, I've had a maintainer ask me how to make their project more appealing to contributors and I've check out their projects that have no issues. Write issues that are clear and organized. They shouldn't be too large, and there should be a clear path to completion.
  3. Do you have a community that's engaging? One of the big reasons contributors stick around is because they enjoy interacting with the maintainers or other community members.

Understanding Your Bandwidth

I've talked to a number of maintainers who have said they're looking for a solid 3-5 repeat contributors for their projects, and they don't want to advertise widely because they don't have the bandwidth to support beginner contributors.

First of all, that's 100% ok. Not every project needs to support beginners. In fact, trying to support beginners when you don't have the bandwidth leads to burnout and frustration on both the maintainer and contributor side.

There are plenty of projects out there that can and do support beginner contributors, and there are courses, like our Intro to Contributing Course that provide learning opportunities to new contributors.

Here's a great post by @adiatiayu on involving external contributors with issues:

Final Thoughts

We all want to make sure that maintainers don't burnout, so we need to be aware of the challenges that occur with new and beginner contributors. The key is clearly communicating the needs of the project and for the maintainer and self-awareness on the part of contributors.

What other considerations should open source projects look at when determining if they can support new or beginner contributors?

Top comments (3)

Collapse
 
monacodelisa profile image
{{ MonaCodeLisa }}

Really good article and so important, I wasn't aware of this before but a lot of people assume that being new to open source means -> being new to tech, being new to managing a community, being new to everything pretty much, which is so inaccurate.

There isn't a time limit for staring with open source, someone could have been a developer for 5, 10,15 years and yet they are just starting with open-source because that is when it made sense for them to do it :)

Collapse
 
bekahhw profile image
BekahHW

100%. It's always interesting to talk to folks who have been in tech a while and start getting into open source. The motivations are a lot different.

Collapse
 
kehoecj profile image
Clayton Kehoe

Great article! I too have found a full issue backlog with smaller scopes issues really helps