DEV Community

Discussion on: How do you dive into large open source projects?

Collapse
 
rimutaka profile image
Max • Edited

I had a patchy history contributing to larger projects. I later figured they don't really want small random contributions because we are a drain on maintainers time. It's more productive for them to work on larger contributions or major issues. My bug fix PR for Terraform was sitting in the queue for weeks even if it was just one line of code. No blame. They have their priorities too.

  1. Smaller, upcoming projects may be more welcoming.
  2. Starting with docs is a good entry point. It's low risk for the project, you get time to learn and establish yourself.
  3. Being unwelcoming to new contributors was one of the top issues in GitHub 2017 survey, so it's not just you.

Don't be afraid. Ask what a good first time issue can be and do your utmost best.

Collapse
 
roshnet profile image
Roshan Sharma

Absolutely agree. I'll see if I can find my way around some nice issues in the repo.

Thanks for the advice, Max!