Skip to content

Commit 6402d3e

Browse files
authored
Allow to contribute using GitHub organizations (#33)
* Correct contributed scalars path in README Updated the path in the README for contributed scalars to reflect the correct naming convention. * Update README.md * Fix numbering in README steps * format * spelling
1 parent ac15d44 commit 6402d3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ this project.
2727
[graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars).
2828

2929
2. Modify your selected template, and save it in the correct place
30-
`scalars/contributed/<github-user-name>/<scalar-name>.md` in the
30+
`scalars/contributed/<github-user-or-organization-name>/<scalar-name>.md` in
31+
the
3132
[graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars/contributed).
3233
The directory location is important, as this will form part of the reference
33-
URL for your specification.
34+
URL for your specification. In case you are using an organization name, we
35+
will manually verify that you are allowed to make the contribution in the
36+
name of the organization.
3437

3538
3. Install dependencies with `npm install` and the run `npm run build` to
3639
locally build the resulting public specification files. Navigate to the

0 commit comments

Comments
 (0)