You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/community/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ Each community consists of many thousands of React users.
29
29
30
30
## Feature Requests {/*feature-requests*/}
31
31
32
-
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).
32
+
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.
33
+
34
+
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).
0 commit comments