From 82918fe7b6207ac112e096f88cccc71d80fc0afe Mon Sep 17 00:00:00 2001 From: Naymul Islam <68547750+ai-naymul@users.noreply.github.com> Date: Tue, 5 Dec 2023 03:44:09 +0600 Subject: [PATCH] docs: fix sign commit commad in docs (#1834) Signed-off-by: Naymul Islam --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2710a4ae53..1655402bcce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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?