Same Project, Different Start: How Contribution Events Shape Activity and Retention in Open Source
Mentorship programs boost retention but create dependency risks.
A new study by Mohamed Ouf and Mariam Guizani, published on arXiv (2604.22120), provides the first matched-cohort analysis of how structured contribution events like Google Summer of Code, LFX Mentorship, Hacktoberfest, and 24 Pull Requests impact newcomer retention in open source. Analyzing 2,001 event-based and 2,001 organic contributors across 330 projects, the researchers found that event participants had significantly higher odds of becoming core contributors (12.1% vs. 9.6%, p < 0.001, OR = 1.31) and stayed longer (median 8.2 vs. 4.8 months). The study categorizes engagement rhythms into three types: Steady (consistent weekly activity), Front-Loading (high initial activity that drops off), and Intermittent (sporadic bursts).
Each entry mechanism produced distinct rhythms: 68.9% of mentorship contributors showed Steady engagement over their first 12 weeks, while 61.0% of non-mentorship event contributors exhibited Front-Loading, and 57.0% of organic contributors showed Intermittent patterns. Steady engagement correlated with longer retention regardless of group (median 13 vs. 8 months for Front-Loading). However, a critical finding is the mentor-dependency effect: mentorship contributors who lost program scaffolding after the event had shorter retention than self-sustained non-mentorship contributors. The first 12 weeks strongly predict long-term trajectories, suggesting open source projects should design onboarding to transition newcomers from structured support to self-sustained contribution.
- Event contributors have 1.31x higher odds of becoming core contributors (12.1% vs. 9.6%)
- Mentorship programs produce 68.9% steady weekly activity, but create dependency that shortens retention post-program
- First 12 weeks strongly predict long-term contributor retention, with Steady engagement lasting median 13 months vs. 8 months for Front-Loading
Why It Matters
Open source projects can use events to attract contributors but must plan for post-program transition to avoid dependency.