You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,9 @@ Allowed `TYPE` values:
60
60
-`ci`: Continuous integration changes
61
61
-`perf`: Performance improvements
62
62
63
+
[!IMPORTANT]
64
+
DCO Sign-off Required: Every commit must include a Developer Certificate of Origin (DCO) sign-off line (Signed-off-by: Name <email>). Use git commit -s when committing.
65
+
63
66
CI validates commit messages on pull requests targeting `main` with:
0 commit comments