From c3d9e55ca206844f74f7836f3cc7d47d33efb26e Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 28 Nov 2025 11:45:46 +0100 Subject: [PATCH 1/5] Correct contributed scalars path in README Updated the path in the README for contributed scalars to reflect the correct naming convention. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766f11a..472234a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ this project. [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars). 2. Modify your selected template, and save it in the correct place - `scalars/contributed//.md` in the + `scalars/contributed//.md` in the [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars/contributed). The directory location is important, as this will form part of the reference URL for your specification. From 33cdfec6846e1aa50914ceae39456d426b61f2fb Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 28 Nov 2025 23:24:26 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 472234a..3c8a437 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,19 @@ this project. [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars). 2. Modify your selected template, and save it in the correct place - `scalars/contributed//.md` in the + `scalars/contributed//.md` in the [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars/contributed). The directory location is important, as this will form part of the reference - URL for your specification. + URL for your specification. In case you are using an organization name, we will + manually verify that you are allowed to make the contribution in the name of the organization. -3. Install dependencies with `npm install` and the run `npm run build` to +4. Install dependencies with `npm install` and the run `npm run build` to locally build the resulting public specification files. Navigate to the `/public` folder to view the built files. -4. Run `npm test` to ensure proper formatting before submitting a pull request. +5. Run `npm test` to ensure proper formatting before submitting a pull request. -5. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls) +6. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls) for each Custom Scalar specification you would like to add. ### Review process From 1d8dc255ceccbfa2529f61d35462f1a15672e44b Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 28 Nov 2025 23:24:55 +0100 Subject: [PATCH 3/5] Fix numbering in README steps --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c8a437..22cb6c4 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ this project. URL for your specification. In case you are using an organization name, we will manually verify that you are allowed to make the contribution in the name of the organization. -4. Install dependencies with `npm install` and the run `npm run build` to +3. Install dependencies with `npm install` and the run `npm run build` to locally build the resulting public specification files. Navigate to the `/public` folder to view the built files. -5. Run `npm test` to ensure proper formatting before submitting a pull request. +4. Run `npm test` to ensure proper formatting before submitting a pull request. -6. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls) +5. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls) for each Custom Scalar specification you would like to add. ### Review process From 32c31c1fa09c16420bf3b6b7b761a0d6e4ee3dcb Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 28 Nov 2025 23:30:49 +0100 Subject: [PATCH 4/5] format --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22cb6c4..dcc65ed 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,13 @@ this project. [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars). 2. Modify your selected template, and save it in the correct place - `scalars/contributed//.md` in the + `scalars/contributed//.md` in + the [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars/contributed). The directory location is important, as this will form part of the reference - URL for your specification. In case you are using an organization name, we will - manually verify that you are allowed to make the contribution in the name of the organization. + URL for your specification. In case you are using an organization name, we + will manually verify that you are allowed to make the contribution in the + name of the organization. 3. Install dependencies with `npm install` and the run `npm run build` to locally build the resulting public specification files. Navigate to the From abb7b5bbadc34fae35d2d8fa559a45d4283a34d0 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 28 Nov 2025 23:31:47 +0100 Subject: [PATCH 5/5] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcc65ed..a27fc7a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ this project. [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars). 2. Modify your selected template, and save it in the correct place - `scalars/contributed//.md` in + `scalars/contributed//.md` in the [graphql-scalars GitHub repository](https://github.com/graphql/graphql-scalars/tree/main/scalars/contributed). The directory location is important, as this will form part of the reference