Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions src/pages/community/contribute/project-meetings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<Callout type="info">
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`
</Callout>


### 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
Expand Down
Loading