Commit Graph

1 Commits

Author SHA1 Message Date
Ben Sabic bf505c5a39 chore: enforce DCO and refresh community health files (#644)
- 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>
2026-06-27 08:42:45 +10:00