@@ -16,8 +16,8 @@ through a series of *stages* intended to improve *visibility*, allow for
16
16
becomes ever more important as GraphQL's community broadens.
17
17
18
18
When proposing or weighing-in on any issue or pull request, consider the
19
- [ Code of Conduct] ( CODE_OF_CONDUCT. md) to better understand expected and
20
- unacceptable behavior.
19
+ [ Code of Conduct] ( https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT. md)
20
+ to better understand expected and unacceptable behavior.
21
21
22
22
23
23
## Contributing to GraphQL Libraries
@@ -125,7 +125,7 @@ All RFCs start as either a *strawman* or *proposal*.
125
125
A RFC at the * strawman* stage captures a described problem or
126
126
partially-considered solutions. A * strawman* does not need to meet any entrance
127
127
criteria. A * strawman's* goal is to prove or disprove a problem and guide
128
- discussion towards either rejection or a preferred solution. A * strawman* may
128
+ discussion towards either rejection or a preferred solution. A * strawman* may
129
129
be an issue or a pull request (though an illustrative pull request is preferrable).
130
130
131
131
* There is no entrance criteria for a Strawman*
@@ -160,8 +160,8 @@ A *proposal* is subject to the same discussion as a *strawman*: ensuring that it
160
160
is well aligned with the * guiding principles* , is a problem worth solving, and
161
161
is the preferred solution to that problem. A * champion* is not expected to have
162
162
confidence in every detail at this stage and should instead focus on identifying
163
- and resolving issues and edge-cases. To better understand the technical
164
- ramifications of the * proposal* , a * champion* is encouraged to implement it in a
163
+ and resolving issues and edge-cases. To better understand the technical
164
+ ramifications of the * proposal* , a * champion* is encouraged to implement it in a
165
165
GraphQL library.
166
166
167
167
Most * proposals* are expected to evolve or change and may be rejected. Therefore,
@@ -201,8 +201,8 @@ feature without explicit opt-in when possible.
201
201
## Stage 3: * Accepted*
202
202
203
203
An RFC at the * accepted* stage is a completed solution. According to a spec
204
- editor it is ready to be merged as-is into the spec document. The RFC is
205
- ready to be deployed in GraphQL libraries. An * accepted* RFC must be
204
+ editor it is ready to be merged as-is into the spec document. The RFC is
205
+ ready to be deployed in GraphQL libraries. An * accepted* RFC must be
206
206
implemented in GraphQL.js.
207
207
208
208
* Entrance criteria:*
0 commit comments