Skip to content

Commit 35ff232

Browse files
committed
Update CoC and move templates into .github
1 parent b2aca18 commit 35ff232

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed
File renamed without changes.
File renamed without changes.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ through a series of *stages* intended to improve *visibility*, allow for
1616
becomes ever more important as GraphQL's community broadens.
1717

1818
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.
2121

2222

2323
## Contributing to GraphQL Libraries
@@ -125,7 +125,7 @@ All RFCs start as either a *strawman* or *proposal*.
125125
A RFC at the *strawman* stage captures a described problem or
126126
partially-considered solutions. A *strawman* does not need to meet any entrance
127127
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
129129
be an issue or a pull request (though an illustrative pull request is preferrable).
130130

131131
*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
160160
is well aligned with the *guiding principles*, is a problem worth solving, and
161161
is the preferred solution to that problem. A *champion* is not expected to have
162162
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
165165
GraphQL library.
166166

167167
Most *proposals* are expected to evolve or change and may be rejected. Therefore,
@@ -201,8 +201,8 @@ feature without explicit opt-in when possible.
201201
## Stage 3: *Accepted*
202202

203203
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
206206
implemented in GraphQL.js.
207207

208208
*Entrance criteria:*

0 commit comments

Comments
 (0)