From 078ee7b649d7a82567a8b45b7a9b9958d5a268e6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perez Date: Sat, 23 Sep 2023 12:20:23 +0200 Subject: [PATCH] Updates Signed-off-by link in CONTRIBUTING.md The initial link was related to GPG signature in commits (--gpg-sign or -S git-commit option) as the required signature is actually a "Signed-off-by" trailer at the end of the commit message (--signoff or -s git-commit option). Signed-off-by: Jean-Baptiste Perez --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c0a667..0d2cfcd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ coverage report coverage html ``` 7. Commit your code to your fork's branch. - - Make sure you include a `Signed-off-by` message in your commits. Read [this guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) to learn how to sign your commits + - Make sure you include a `Signed-off-by` message in your commits. Read [this guide](https://github.com/containers/common/blob/main/CONTRIBUTING.md#sign-your-prs) to learn how to sign your commits - In the commit message reference the Issue ID that your code fixes and a brief description of the changes. Example: `Fixes #516: allow empty network` 7. Open a PR to `containers/podman-compose:devel` and wait for a maintainer to review your work.