docs: use actual flag for signing off commits

Flag is documented as --signoff: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff

Signed-off-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
This commit is contained in:
Julian Tölle 2023-07-17 14:30:23 +02:00
parent c204e1b924
commit 5a0dea1d91
No known key found for this signature in database
GPG key ID: 23645912EA28C2DB

View file

@ -1,7 +1,7 @@
<!--
Don't forget!
- Please sign CNCF's Developer Certificate of Origin and sign-off your commits by adding the -s / --sign-off flag to `git commit`. See https://github.com/apps/dco for more information.
- Please sign CNCF's Developer Certificate of Origin and sign-off your commits by adding the -s / --signoff flag to `git commit`. See https://github.com/apps/dco for more information.
- If the PR adds or changes a behaviour or fixes a bug of an exported API it would need a unit/e2e test.