Skip to content

Commit

Permalink
fix: avoid language that suggests implementations of an RFC should wa…
Browse files Browse the repository at this point in the history
…it for it to be accepted (#36)

It's often a good idea to prototype an implementation of an RFC while it's being deliberated as many designs can't be created without trying out the code.
  • Loading branch information
KyleAMathews authored and jlengstorf committed Apr 23, 2019
1 parent 91122ed commit 7e3661f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -82,8 +82,8 @@ become 'active'.

## The RFC life-cycle

Once an RFC becomes active, then authors may implement it and submit the
feature as a pull request to the Gatsby repo. Becoming 'active' is not a rubber
Once an RFC becomes active, then authors may submit a finished implementation of it
as a pull request to the Gatsby repo. Becoming 'active' is not a rubber
stamp, and in particular still does not mean the feature will ultimately be
merged; it does mean that the core team has agreed to it in principle and are
amenable to merging it.
Expand Down

0 comments on commit 7e3661f

Please sign in to comment.