My 18-Months Rule for Open-Source Contributions
Published on JanĀ 16, 2025, filed under development (feed). (Share this on Mastodon orĀ Bluesky?)
I regularly contribute to open-source projects. While that rarely includes feature work, it often includes filing issue reports, suggesting features, and proposing code optimizations (that is, preparing PRs). I contribute in good faith, as a web professional appreciating, backing, and rooting for open source and the people behind open-source projects.
So far so goodāyouāre probably doing the same.
Just as regularly running into projects, however, that are open but not communicative or collaborative (or not consistently so), Iāve found that I needed a rule.
Iāve established that on a regular basis, I look for contributions (from me) that are older than 18 months that have not been responded to. (The ā18-months rule.ā Note ānot responded to,ā that is, without any activity.)
These contributions I then pullāI close the report, the suggestion, the PR.
Why do I do this?
Three reasons:
1. To Honor My Time
Counterintuitively (I canāt recoup my time), with pulling my contributions I honor my own time. If I go the extra mile (googliness) to support a project, then I donāt expect anythingābut a response. (I find this a fair expectation in my own open-source projects, too. A constructive contributor deserves feedback.) So if a contribution is not being acknowledged, I will honor it in retrospect, by revoking it and being more selective about contributions to such a project.
This doesnāt necessarily mean I stop supporting a project altogetherāit just means that I invalidate contributions not responded to.
2. To Encourage Healthier Open-Source Communication and Collaboration
An open-source project that de facto operates without managing the work of volunteers sets an example of poor communication and collaboration. I believe 18 months, the timeframe Iām currently using (yet which I may adjust), to be ample time even for swamped projects to respond. Pulling older contributions may disincentivize projects that do not show courtesy to their contributors, and through that negatively shape open-source culture for everyone.
Here it seems useful to remember that projects that cannot or do not elect to process contributions, can easily prevent them by making their projects private or by not accepting issues and PRs in the first place.
3. To Provide Data to Projects That Are Understaffed and Underfunded
Now, having your contributors pull their contributions is probably the least desirable form of prioritization, but it is oneāby removing them, I also help projects not to be distracted, to focus on the work in front of them, and perhaps to look beyond their headlights later. Them noting that people are pulling back their work may also help build staffing and funding cases, because it can serve as a datapoint that the open-source experience theyāre providing is alienating contributors.
That last sentence may sum up the motivation for me: Iāve begun to feel alienated by open-source projects that donāt respect, and with that waste, contributorsā time. And so Iāve come to believe that we can and maybe should pull our contributions, to honor our time, to encourage better communication and collaboration, and to give projects data that working with them, well, isnāt great.
Is this āharshā? Itās not meant to be (and nothing here carries particular sentiment or judgment), and it could as easily be turned around. This is deciding about oneās own work: In the end, weāre talking about free labor, something no one is entitled to receivingāespecially when they cannot or do not appreciate it. The 18-months rule allows me to offer free labor to whom welcomes itāand not to who donāt.
PS.
If you want to do similar, GitHubās issues (github.com/issues) and pull requests (github.com/pulls) pages make reviewing easy (especially when accompanied by a reminderāIām working with an annual one).
About Me
Iām Jens (long: Jens Oliver Meiert), and Iām a web developer, manager, and author. Iāve been working as a technical lead and engineering manager for companies youāve never heard of and companies you use every day, Iām an occasional contributor to web standards (like HTML, CSS, WCAG), and I write and review books for OāReilly and Frontend Dogma.
I love trying things, not only in web development and engineering management, but also in other areas like philosophy. Here on meiert.com I share some of my experiences and views. (I value you being critical, interpreting charitably, and giving feedback.)