From 95fea5de59799ad5b27792e1cd4b462f9e2d2697 Mon Sep 17 00:00:00 2001 From: esmeetu Date: Mon, 25 May 2026 13:54:27 +0800 Subject: [PATCH] docs: add section on escalating stalled contributions Signed-off-by: esmeetu --- docs/contributing/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/contributing/README.md b/docs/contributing/README.md index fd91c8978ac0..9b5e26d0fed8 100644 --- a/docs/contributing/README.md +++ b/docs/contributing/README.md @@ -304,6 +304,18 @@ review process: resources. The reviewer will add `ready` label to the PR when the PR is ready to merge or a full CI run is needed. +### Escalating Stalled Contributions + +If you have an important contribution that has not yet received maintainer attention, please email us at: + + + +Using a verifiable company or university email, include: + +- your production or research use case +- the problem you encountered +- how your contribution addresses it + ## Thank You Finally, thank you for taking the time to read these guidelines and for your interest in contributing to vLLM.