diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdafa5f..5dc4dba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,6 +60,9 @@ Allowed `TYPE` values: - `ci`: Continuous integration changes - `perf`: Performance improvements +[!IMPORTANT] +DCO Sign-off Required: Every commit must include a Developer Certificate of Origin (DCO) sign-off line (Signed-off-by: Name ). Use git commit -s when committing. + CI validates commit messages on pull requests targeting `main` with: - `.github/workflows/check-commit-format.yml`