by ilovecaching on 2/6/23, 8:48 PM with 7 comments
- Maintainers already have mature code and are far up the mountain of domain expertise. Playing catchup is hard.
- Open work is either too trivial, picked up too quickly by maintainers, or not documented. The, "I wish I had an idea for a feature I could contribute in the first place" problem.
- Medium plus sized projects require lots of domain knowledge, which means a new contributor will be slow. Often not able to ask many dumb questions to busy maintainers to unblock oneself.
- Putting work out into the public and getting scrutinized by old time maintainers can be daunting.
I'm asking, because I've realized that the only time I've successfully onboarded onto a large project has been with physical proximity to a developer and hand holding as I joined a new team driven by corporate interests. I'm interested in learning how to tackle the hard mode of making this jump into maintainership in open source.
by dyingkneepad on 2/7/23, 1:14 AM
If you still feel like you want a specific project and you don't necessarily have a problem to solve, go into their bugzilla/issues-db and start helping moving all the bugs forward: try to reproduce them, ask users for more info, fix the tags, etc.
by andrewf on 2/6/23, 11:10 PM
by stcroixx on 2/7/23, 2:54 AM
by stuaxo on 2/6/23, 11:05 PM
If you just use the project for a bit you will find things, some of them might be things people will fix, others won't be fixed.
Django is something I've used for work projects for over a decade now, and there are all sorts of tickets that are older than that, just waiting to be picked up again.
Other projects of similar age and size are the same.