docs(pr-template): clarify the CLA checkbox is not the signature (#42)

The CLA Assistant only records a signature when the exact phrase is posted as a comment on the PR, so ticking the checkbox alone left the check red with no explanation (see #39). Spell the required comment out next to the checkbox, using the exact phrase from custom-pr-sign-comment in .github/workflows/cla.yml.
This commit is contained in:
TheZwiss
2026-08-25 16:36:24 +02:00
committed by GitHub
parent 8456b8f976
commit 6c7cbee808
+3 -1
View File
@@ -21,7 +21,9 @@ Closes #
- [ ] Tests pass where applicable (`pnpm test`)
- [ ] I updated the relevant `docs/systems/` spec if this changed schema, API routes, WebSocket events, the federation protocol, permissions, or the design system
- [ ] This change resolves the correct federated identity where it compares IDs, checks permissions, or talks to remote servers (no assumption of a single global user ID)
- [ ] I have read and agree to the [CLA](../CLA.md)
- [ ] I have read and agree to the [CLA](../CLA.md) — ticking this box is not the
signature. After opening this PR, post a separate comment containing exactly:
`I have read the CLA Document and I hereby sign the CLA`
## Notes for reviewers