Skip to content

Commit

Permalink
docs: fix sign commit commad in docs (#1834)
Browse files Browse the repository at this point in the history
Signed-off-by: Naymul Islam <naymul504@gmail.com>
  • Loading branch information
ai-naymul committed Dec 4, 2023
1 parent 522811f commit 82918fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Commits need to be signed. Indeed, the DocArray repo enforces the [Developer Cer
To sign your commits you need to [use the `-s` argument](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) when committing:

```
git commit -m -s 'feat: add a new feature'
git commit -S -m 'feat: add a new feature'
```

#### What if I mess up?
Expand Down

0 comments on commit 82918fe

Please sign in to comment.