From 50202b0ce2340db2e5f5d5c34b359697027db917 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Thu, 26 Mar 2026 18:26:39 +0100 Subject: [PATCH 1/2] Add a troubleshooting note when EasyCLA is blocked. --- src/pages/community/contribute/project-meetings.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/community/contribute/project-meetings.mdx b/src/pages/community/contribute/project-meetings.mdx index 198c79f88c..12b0e336fc 100644 --- a/src/pages/community/contribute/project-meetings.mdx +++ b/src/pages/community/contribute/project-meetings.mdx @@ -128,6 +128,11 @@ You can read about the agreement, including details about whether to sign as an ![EasyCLA recognizes the signed CLA](./images/development/Step2-5.png) + + There should be only one email associated to your commit. If the CLA check fail, double check this is the case by using this command: `git show -s --format='Author: %an <%ae>%nCommitter: %cn <%ce>' HEAD` + + + ### Add yourself to the list of attendees 1. Find your [chosen working group above](#graphql-working-group--tsc-meeting) and find its next agenda by browsing to agendas -> year -> month in the central pane of the GitHub webpage From 941104e4417ce342e7a58181801f141cb86c2938 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Thu, 26 Mar 2026 19:05:55 +0100 Subject: [PATCH 2/2] fix typo --- src/pages/community/contribute/project-meetings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/community/contribute/project-meetings.mdx b/src/pages/community/contribute/project-meetings.mdx index 12b0e336fc..2bcfaf1fc7 100644 --- a/src/pages/community/contribute/project-meetings.mdx +++ b/src/pages/community/contribute/project-meetings.mdx @@ -129,7 +129,7 @@ You can read about the agreement, including details about whether to sign as an ![EasyCLA recognizes the signed CLA](./images/development/Step2-5.png) - There should be only one email associated to your commit. If the CLA check fail, double check this is the case by using this command: `git show -s --format='Author: %an <%ae>%nCommitter: %cn <%ce>' HEAD` + There should be only one email associated to your commit. If the CLA check fails, double check this is the case by using this command: `git show -s --format='Author: %an <%ae>%nCommitter: %cn <%ce>' HEAD`