Browse Source

Passive -> active voice

main
Andrew Clark 7 years ago
parent
commit
f8e7fc6b0c
  1. 2
      content/blog/2017-12-07-introducing-the-react-rfc-process.md

2
content/blog/2017-12-07-introducing-the-react-rfc-process.md

@ -10,7 +10,7 @@ Inspired by [Yarn](https://github.com/yarnpkg/rfcs), [Ember](https://github.com/
- Create an RFC document detailing your proposal.
- Submit a PR to the [RFC repository](https://github.com/reactjs/rfcs).
- Incorporate feedback into the proposal.
- After discussion, the RFC may or may not be accepted by the core team.
- After discussion, the core team may or may not accept the RFC.
- If the RFC is accepted, the PR is merged.
RFCs are accepted when they are approved for implementation in React. A more thorough description of the process is available in the repository's [README](https://github.com/reactjs/rfcs/blob/master/README.md). The exact details may be refined in the future.

Loading…
Cancel
Save