From ee80aba215c845e5cb05da0e36a24ca0d480f9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Sun, 14 May 2023 01:42:23 +0900 Subject: [PATCH] docs: remove RFCs section (#13193) --- docs/releases.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index d9c2eddbc8f668..31599406414403 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -53,9 +53,3 @@ We periodically deprecate features that have been superseded by better alternati ## Experimental Features​ Some features are marked as experimental when released in a stable version of Vite. Experimental features allows us to gather real-world experience to influence their final design. The goal is to let users provide feedback by testing them in production. Experimental features themselves are considered unstable, and should only be used in a controlled manner. These features may change between Minors, so users must pin their Vite version when they rely on them. - -## RFCs​ - -Many changes, including features, bug fixes, and documentation improvements are discussed, implemented and reviewed via GitHub discussions, issues, and pull requests workflow. For substantial changes that would affect several downstream projects, we offer a Request For Comments (RFC) process to help gather consensus among the Vite core team, the Ecosystem, and the community. - -Continue reading about the RFC process in the [vitejs/rfcs](https://github.com/vitejs/rfcs) repo on GitHub.