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:
@@ -21,7 +21,9 @@ Closes #
|
|||||||
- [ ] Tests pass where applicable (`pnpm test`)
|
- [ ] 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
|
- [ ] 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)
|
- [ ] 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
|
## Notes for reviewers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user