From c8a73f984b8b6b9e90c2c4b3cf80478ec2bf979d Mon Sep 17 00:00:00 2001 From: Batuhan Tomo Date: Thu, 11 Jul 2024 09:32:12 +0300 Subject: [PATCH 1/3] chore: Update community page with feature request submission guidelines --- src/content/community/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/community/index.md b/src/content/community/index.md index 1e28a27f084..992f39da86f 100644 --- a/src/content/community/index.md +++ b/src/content/community/index.md @@ -27,6 +27,10 @@ Each community consists of many thousands of React users. * [Reactiflux online chat](https://discord.gg/reactiflux) * [Reddit's React community](https://www.reddit.com/r/reactjs/) +## Feature Requests + +To submit feature request on React itself, first search the existing [issues](https://github.com/reactjs/rfcs/issues). If you can't find your feature request there, submit it as a formal [RFC (Request For Comment)](https://github.com/reactjs/rfcs/issues/new/choose). + ## News {/*news*/} For the latest news about React, [follow **@reactjs** on Twitter](https://twitter.com/reactjs) and the [official React blog](/blog/) on this website. From e0a23aa115c622c2fe22e42b464a1c59dbc5a653 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo Date: Thu, 11 Jul 2024 09:57:37 +0300 Subject: [PATCH 2/3] chore: Update community page with feature request submission guidelines --- src/content/community/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/community/index.md b/src/content/community/index.md index 992f39da86f..c58f53da964 100644 --- a/src/content/community/index.md +++ b/src/content/community/index.md @@ -27,7 +27,7 @@ Each community consists of many thousands of React users. * [Reactiflux online chat](https://discord.gg/reactiflux) * [Reddit's React community](https://www.reddit.com/r/reactjs/) -## Feature Requests +## Feature Requests {/*feature-requests*/} To submit feature request on React itself, first search the existing [issues](https://github.com/reactjs/rfcs/issues). If you can't find your feature request there, submit it as a formal [RFC (Request For Comment)](https://github.com/reactjs/rfcs/issues/new/choose). From 0ebbe50bbcba05044a637221b7805d56aff85858 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo <91488737+Rekl0w@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:28:09 +0300 Subject: [PATCH 3/3] Update index.md --- src/content/community/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/community/index.md b/src/content/community/index.md index c58f53da964..36b404624c5 100644 --- a/src/content/community/index.md +++ b/src/content/community/index.md @@ -29,7 +29,9 @@ Each community consists of many thousands of React users. ## Feature Requests {/*feature-requests*/} -To submit feature request on React itself, first search the existing [issues](https://github.com/reactjs/rfcs/issues). If you can't find your feature request there, submit it as a formal [RFC (Request For Comment)](https://github.com/reactjs/rfcs/issues/new/choose). +To submit a feature request for React, first search through the existing [open issues](https://github.com/reactjs/rfcs/issues) **and [closed issues](https://github.com/reactjs/rfcs/issues?q=is%3Aissue+is%3Aclosed)** to check if your idea has already been discussed. + +If you can't find it there, you can submit it as a formal [RFC (Request For Comment)](https://github.com/reactjs/rfcs/issues/new/choose). ## News {/*news*/}