From a409eb98a4e7a080e7f1a55ed17eb64ad300074d Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Thu, 17 Sep 2026 12:22:43 +0100 Subject: [PATCH 1/2] docs: Add notice relating to pull requests. Co-Authored-By: Claude --- CONTRIBUTING.md | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fb0c782..8059dd55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,11 @@ # Contributing to the Supabase SDK Capability Matrix +> [!IMPORTANT] +> **Only repository collaborators can open pull requests here** +> This repository is public so you can see how we design and build the Supabase client SDKs, but the packages in it are internal tooling for the Supabase SDK team. +> We appreciate your interest in contributing. Please direct it at our other [`supabase`](https://github.com/orgs/supabase/repositories?q=visibility%3Apublic+archived%3Afalse) and +> [`supabase-community`](https://github.com/orgs/supabase-community/repositories?q=visibility%3Apublic+archived%3Afalse) repositories, which welcome community pull requests. + Thanks for your interest in contributing. This repo is the canonical, machine-readable record of which features exist across Supabase client SDKs. It is a **pure feature registry**: it defines what features exist and what they mean. Per-SDK compliance is declared in each SDK's own repo (see [README](./README.md#sdk-compliance)). ## Ways to contribute diff --git a/README.md b/README.md index 524afa56..3c1b5148 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Shared tooling and specifications for the Supabase client SDKs. This repository is a lightweight monorepo: each project lives as a flat sibling under `packages/`, with a single toolchain per package and no monorepo build tooling on top. +> [!IMPORTANT] +> **Only repository collaborators can open pull requests here.** +> See the full notice at the top of [CONTRIBUTING.md](./CONTRIBUTING.md). + ## Packages | Package | Toolchain | What it is | From 66e079e1cddcd4c9507016bfabcff7414ad2c1b2 Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Thu, 17 Sep 2026 12:26:10 +0100 Subject: [PATCH 2/2] Add full stop. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8059dd55..7f39e829 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to the Supabase SDK Capability Matrix > [!IMPORTANT] -> **Only repository collaborators can open pull requests here** +> **Only repository collaborators can open pull requests here.** > This repository is public so you can see how we design and build the Supabase client SDKs, but the packages in it are internal tooling for the Supabase SDK team. > We appreciate your interest in contributing. Please direct it at our other [`supabase`](https://github.com/orgs/supabase/repositories?q=visibility%3Apublic+archived%3Afalse) and > [`supabase-community`](https://github.com/orgs/supabase-community/repositories?q=visibility%3Apublic+archived%3Afalse) repositories, which welcome community pull requests.