From 94984536c98de20ccac015001124df1385c202a1 Mon Sep 17 00:00:00 2001 From: Nicolas De loof Date: Mon, 1 Jun 2026 08:44:14 +0200 Subject: [PATCH] docs(CLAUDE.md): note that commits must be signed off (DCO) Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Nicolas De loof --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 613a13c011..21cc7f6af0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,3 +25,7 @@ - Use `github.com/containerd/errdefs` instead of `github.com/docker/docker/errdefs` - In tests: use `t.Context()` instead of `context.Background()` or `context.TODO()` - Prefer `fmt.Fprintf` over `WriteString(fmt.Sprintf(...))` + +## Git + +- **All commits MUST be signed off (DCO)**. Always pass `--signoff` (`-s`) to `git commit` and `git commit --amend`.