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: CLAUDE.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,9 @@ The project follows a modular architecture with a plugin-based system for cloud
88
88
89
89
### Git conventions
90
90
91
-
- Commit should be signed by adding a `Signed-off-by` line to the commit message as shown below, or by using the `-s` option (see CONTRIBUTING.md for details)
92
-
- Special commit message tags:
91
+
-**DCO sign-off required**: All commits must be signed by adding a `Signed-off-by` line to the commit message or by using the `-s` option (see CONTRIBUTING.md for details).
92
+
-**Always use sign-off**: Use `git commit -s` or `git commit --signoff` for commits to avoid DCO bot issues
93
+
-**CI control tags**: Use special tags in commit messages to control CI behavior:
93
94
-`[ci skip]` - Skip the execution of CI tests
94
95
-`[ci fast]` - Run only unit tests and skip integration tests
95
96
-`[e2e stage]` - Run end-to-end tests vs Seqera platform stage environment
0 commit comments