Add CLA.md referenced by CONTRIBUTING.md and the CLA Assistant workflow - #72
Merged
Conversation
CONTRIBUTING.md and .github/workflows/cla.yaml both point contributors at CLA.md on main, but the file was never added, so the CLA bot links to a 404. This is the same Individual Contributor License Agreement v2.2 used in other Anthropic open-source repos, with the project name updated. Fixes #18
|
All contributors have signed the CLA ✍️ ✅ |
markpikemarkpike
approved these changes
Jun 2, 2026
markpikemarkpike
left a comment
Collaborator
There was a problem hiding this comment.
Verified this matches the ICLA v2.2 text used in our other open-source repos, with only the project name changed. LGTM. Once merged, please recheck the PRs whose CLA check is stuck.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CONTRIBUTING.md and
.github/workflows/cla.yamlboth point contributors atCLA.mdon main, but the file was never added — so the CLA Assistant links every first-time contributor to a 404 (#18), and at least one contributor has said they can't find the document to sign (#69).This adds the same Individual Contributor License Agreement v2.2 used in other Anthropic open-source repos, with the project name updated to "the Claude for Legal project". No other changes to the text.
Fixes #18
Once this lands we should comment
recheckon the open PRs whose CLA check is stuck (e.g. #9, #17, #71) so the bot re-runs against the now-existing document.