From f1bdc9674e6e1e79f469edff644cc02c783997a3 Mon Sep 17 00:00:00 2001 From: Augustus Yuan Date: Fri, 27 Apr 2018 14:07:37 -0700 Subject: [PATCH] Replace meeting notes section with RFCS section (#848) --- content/docs/how-to-contribute.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index d4fa103c..259f6068 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -161,9 +161,13 @@ You may be interested in watching [this short video](https://www.youtube.com/wat For a realistic overview of what it _feels_ like to contribute to React for the first time, check out [this entertaining ReactNYC talk](https://www.youtube.com/watch?v=GWCcZ6fnpn4). -### Meeting Notes +### Request for Comments (RFC) -React team meets once a week to discuss the development of React, future plans, and priorities. You can find the meeting notes in a [dedicated repository](https://github.com/reactjs/core-notes/). +Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow. + +Some changes though are "substantial", and we ask that these be put through a bit of a design process and produce a consensus among the React core team. + +The "RFC" (request for comments) process is intended to provide a consistent and controlled path for new features to enter the project. You can contribute by visiting the [rfcs repository](https://github.com/reactjs/rfcs). ### License