Add commit signing and authorship rules

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-17 15:39:50 +01:00
parent 52b4951507
commit 532347fcda

View File

@@ -26,3 +26,12 @@ Not every commit needs a body -- a single line is fine when the change is self-e
```
Fix typo in vendor assessment prompt
```
## Signing and Authorship
All commits **must** be signed (`-s -S`):
- `-s` adds a `Signed-off-by` trailer (DCO).
- `-S` creates a GPG/SSH signature.
The commit author must be the **human responsible for the change**, not the AI assistant. Do **not** add `Co-Authored-By` trailers crediting bots.