From 9b070b15be25abdd0bcd6ec11566a5c1a1313c3f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 7 Mar 2026 19:52:38 +0000 Subject: [PATCH] docs: clarify Bun is unsupported --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbd108c..1b13d66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,12 @@ Please do not open PRs for any of the following unless a maintainer explicitly a Unsolicited content/editorial PRs and unsolicited redesign PRs will be closed. +## Bun Is Not Supported + +Do not submit PRs that add Bun to install instructions, quick-start examples, support matrices, or product messaging. + +Bun has known compatibility issues in the OpenClaw stack and can break real integrations/plugins. PRs that present Bun as supported, recommended, or equivalent to the supported runtimes will be closed. + ## Before Opening a PR - keep scope tight