Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ that address issues outside the core GraphQL specifications.

GAPs use number ranges to categorize different types of proposals:

- **1XXX** — Community directive specifications
| Range | Category |
| ----- | -------------------------------- |
| 1XXX | Community Directives |
| 2XXX | Language & Spec Extensions |
| 3XXX | Ecosystem Conventions & Patterns |

Other ranges may be added in the future as new categories are identified. The
TSC are responsible for creating new GAP ranges.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ https://gaps.graphql.org/

GAPs use number ranges to categorize different types of proposals:

- **1XXX** — Community directive specifications
| Range | Category |
| ----- | -------------------------------- |
| 1XXX | Community Directives |
| 2XXX | Language & Spec Extensions |
| 3XXX | Ecosystem Conventions & Patterns |

Other ranges may be added in the future as new categories are identified.

Expand Down