Skip to content

Commit d9d9e87

Browse files
ndeloofclaude
authored andcommitted
docs(CLAUDE.md): note that commits must be signed off (DCO)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Nicolas De loof <nicolas.deloof@gmail.com>
1 parent f3969cd commit d9d9e87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
- Use `github.com/containerd/errdefs` instead of `github.com/docker/docker/errdefs`
2626
- In tests: use `t.Context()` instead of `context.Background()` or `context.TODO()`
2727
- Prefer `fmt.Fprintf` over `WriteString(fmt.Sprintf(...))`
28+
29+
## Git
30+
31+
- **All commits MUST be signed off (DCO)**. Always pass `--signoff` (`-s`) to `git commit` and `git commit --amend`.

0 commit comments

Comments
 (0)