From cf2d4be3f57047ae02d08eed49dc640e89a2ef14 Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Mon, 5 Jan 2026 12:37:14 +0100 Subject: [PATCH] Revise CONTRIBUTING.md Updated organization name and contact email in the contributing guide. --- CONTRIBUTING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56c77ded..a27cf5db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,15 @@ -# Contributing to React Flow +# Contributing to React Flow and Svelte Flow Hello there! So glad you want to help out with React Flow and Svelte Flow 🤗 You’re the best. Here’s a guide for how you can contribute to the project. -# The new xyflow organization +# The xyflow organization -Just recently we renamed our organization and repository of React Flow to "xyflow". Now you can not only find the source code of React Flow but also of Svelte Flow in this repository. We are in a state of transition. This is the current structure: +This is the current structure: -* React Flow `reactflow` version v11 is on branch v11 +* React Flow `@xyflow/react` can be found under [packages/react](./packages/react) * Svelte Flow `@xyflow/svelte` can be found under [packages/svelte](./packages/svelte) -* React Flow v12 (not published yet) can be found under [packages/react](./packages/react) +* `@xyflow/system` can be found under [packages/system](./packages/system) +* The legacy React Flow package `reactflow` (v11) is on branch "v11" # Our Contributing Philosophy @@ -38,7 +39,7 @@ Talking to us first about the enhancement you want to build will be the most lik ### Contact us -To ask about a possible enhancement, email us at info@reactflow.dev +To ask about a possible enhancement, email us at info@xyflow.com ## 💫 Pull Requests @@ -85,4 +86,4 @@ If you are writing a changeset for a PR, here are some helpful tips: “use correct index when using setNodes for inserting” **✅ Good:** -“Fix incorrect order of nodes added with setNodes from useReactFlow” \ No newline at end of file +“Fix incorrect order of nodes added with setNodes from useReactFlow”