From ae7926ac3176a58101db2d1fb1c167644abac221 Mon Sep 17 00:00:00 2001 From: Antoliny0919 Date: Tue, 21 Jul 2026 22:53:00 +0900 Subject: [PATCH] docs(CONTRIBUTING): remove stale gitpod one-click setup section --- CONTRIBUTING.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 931a591f38..0c276ec723 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,26 +135,6 @@ https://github.com/fulopkovacs/form/assets/43729152/9d35a3c3-8153-4e74-9cb2-af27 If you want to run an example without installing dependencies for the whole repo, just follow the instructions from the example's README.md file. It will then be run against the latest TanStack Query release. -## Online one-click setup - -You can use Gitpod (An Online open-source VS Code-like IDE that is free for Open Source) for developing online. With a single click it will start a workspace and automatically: - -- clone the `TanStack/query` repo. -- install all the dependencies in `/` and `/docs`. -- run below in the root(`/`) to Auto-build files. - - ```bash - npm start - ``` - -- run below in `/docs`. - - ```bash - npm run dev - ``` - -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TanStack/query) - ## Changesets This repo uses [Changesets](https://github.com/changesets/changesets) to automate releases. If your PR should release a new package version (patch, minor, or major), please run `pnpm changeset` and commit the file. If needed, changeset descriptions can be more descriptive, and will be included in the changelog. If your PR affects docs, examples, styles, etc., you probably don't need to generate a changeset.