---
title: "Upstream Contribution Diary: Biome, Nitro, Watchexec"
description: "Lessons from merged PRs that beat writing another greenfield demo."
author: "Mohammad-Pouya Ghourchiani"
canonical: "https://ghourchiani.ir/blog/upstream-contribution-diary"
date: "2026-09-17"
lang: "en"
---
# Upstream Contribution Diary: Biome, Nitro, Watchexec

## Direct answer

Small, evidence-backed patches land faster than manifesto PRs — reproduce, minimize, explain the false positive or edge case.

## Lessons

- lint false positives need a minimal React/TS fixture (Biome)
- framework edges reward reproduction over rhetoric (Nitro)
- tooling maintainers care about blast radius (Watchexec)

## Links

- [/blog/biome-forwardref-false-positive](/blog/biome-forwardref-false-positive)
- [/open-source](/open-source)
- [/about](/about)
