Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ The test suite includes:
```

5. **Commit your changes:**

Commit your changes with a clear message, making sure to **sign off** on your work using the `-s` flag. This is required by the project's **Developer Certificate of Origin (DCO)**.
```bash
git add .
git commit -m "feat: add your feature description"
git commit -s -m "feat: add your feature description"
```

### Debugging
Expand Down
Loading