mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
bf505c5a39
- Enforce the Developer Certificate of Origin (DCO) on all commits via the DCO GitHub App (`.github/dco.yml`), with the canonical DCO 1.1 text vendored as `DCO.txt`. - Document the sign-off requirement (`git commit -s`) in `CONTRIBUTING.md`, the PR template checklist, and `AGENTS.md`. - Refresh community-health docs: adopt Contributor Covenant 2.1 in `CODE_OF_CONDUCT.md` and update the disclosure contact in `SECURITY.md`. These changes align this repo with the conventions in the [eve repo](https://github.com/vercel/eve). Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com> Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
361 B
361 B
Summary
Test plan
Checklist
- All commits are signed and verified
- All commits are signed off for the DCO (
git commit -s) pnpm validatepasses- Changeset added (or N/A — see CONTRIBUTING.md)
- Documentation updated (or N/A)