Skip to content

Commit 8e09fae

Browse files
committed
Fix a long form DCO commit example
Closes Aiven-Open#199 Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
1 parent 343aad3 commit 8e09fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Each commit must include a DCO which looks like this
8484
Signed-off-by: Jane Smith <jane.smith@email.com>
8585
```
8686

87-
You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `– – signoff` to add the `Signed-off-by` line to the end of the commit message.
87+
You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `--signoff` to add the `Signed-off-by` line to the end of the commit message.
8888

8989
## Finding contributions to work on
9090
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.

0 commit comments

Comments
 (0)