Skip to content

Commit 175eaf3

Browse files
Doc: update review process for both specification and other parts of the repo (#38)
* Doc: update review process for both specification and other parts of the repo * Update README.md Co-authored-by: Glen <[email protected]> * Update README.md Co-authored-by: Glen <[email protected]> * Update README.md Co-authored-by: Glen <[email protected]> * Update README.md Co-authored-by: Glen <[email protected]> * format --------- Co-authored-by: Glen <[email protected]>
1 parent 05174be commit 175eaf3

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,23 @@ this project.
4444
5. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls)
4545
for each Custom Scalar specification you would like to add.
4646

47-
### Review process
47+
### Review process for new specifications
4848

49-
Your specification pull request will be reviewed by a maintainer of the
50-
[graphql-scalars repository](https://github.com/graphql/graphql-scalars). The
51-
maintainers will verify that the template has been completed, but note that the
52-
correctness of the specification is the responsibility of the original
53-
contributor.
49+
Because this repository is separate from the main GraphQL spec, and because
50+
several specifications may exist concurrently under different names/authors, the
51+
review process for new specifications under `contributed/` is very light.
52+
53+
Anyone may review pull requests. Feedback may or may not be incorporated at the
54+
discretion of the original author. When they consider the pull request has
55+
reached a satisfactory state, but not before a 2 week review window, the author
56+
may ask a TSC member to merge the pull request. The TSC will then merge the pull
57+
request without further discussion.
58+
59+
### Review process for other parts of this repository
60+
61+
This document, and all content excluding `contributed/` may be changed with the
62+
[TSC](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md)'s
63+
approval. This is usually longer than reviewing new specifications.
5464

5565
### Immutable specifications
5666

0 commit comments

Comments
 (0)