Skip to content

Commit 13f4819

Browse files
committed
Add git conventions to claude file [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 41eca03 commit 13f4819

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ The project follows a modular architecture with a plugin-based system for cloud
8888

8989
### Git conventions
9090

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:
9394
- `[ci skip]` - Skip the execution of CI tests
9495
- `[ci fast]` - Run only unit tests and skip integration tests
9596
- `[e2e stage]` - Run end-to-end tests vs Seqera platform stage environment

0 commit comments

Comments
 (0)