Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down