Skip to content

Commit 31c1b45

Browse files
authored
Merge pull request #18 from cryo-zd/feat/contribution
chore: add DCO requirement in CONTRIBUTING.md
2 parents 1718b1b + f7b8259 commit 31c1b45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,11 @@ The test suite includes:
176176
```
177177

178178
5. **Commit your changes:**
179+
180+
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)**.
179181
```bash
180182
git add .
181-
git commit -m "feat: add your feature description"
183+
git commit -s -m "feat: add your feature description"
182184
```
183185

184186
### Debugging

0 commit comments

Comments
 (0)