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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,11 @@ The test suite includes:
176
176
```
177
177
178
178
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)**.
179
181
```bash
180
182
git add .
181
-
git commit -m "feat: add your feature description"
183
+
git commit -s -m "feat: add your feature description"
0 commit comments