Fix CONTRIBUTORS.md link in README - #1831
Conversation
[CONTRIBUTORS.md] has no matching link definition, so it renders as literal bracketed text instead of a link. Make it an inline link to the file, which exists at the repository root. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Please update this so it will merge just the file you changed, targeting the development branch. |
|
Thanks for the contribution! Before we can merge this, we need @zk-khan to sign the Salesforce Inc. Contributor License Agreement. |
|
Heads up on the CLA check flip — it looks like the commit has a Co-authored-by: Claude Fable 5 noreply@anthropic.com trailer, which Salesforce's CLA bot now reads as a second author needing a signature. Since noreply@anthropic.com can't sign a CLA, the check fails. The AI-assistance disclosure in the PR body is great to have and totally welcome. It's specifically the Co-authored-by: git trailer that trips the bot. To unblock: on your local branchgit commit --amend remove the "Co-authored-by: Claude Fable 5 noreply@anthropic.com" linegit push --force Once the amended commit lands, the bot re-scans and should pass. The PR itself looks good otherwise. |
The README says "A list of all our contributors to date is in [CONTRIBUTORS.md]." — a reference-style link with no matching definition anywhere in the file, so GitHub renders it as literal bracketed text rather than a link. This makes it an inline link to
CONTRIBUTORS.md, which exists at the repository root.Verification:
pip install -e ".[test]"+python -m pytest testpass locally (866 passed, 1 skipped; Python 3.14, macOS arm64).Prepared with AI assistance (Claude); the missing definition and the target file's existence were both verified.