From 037898c35b9d783450570d0623dd3bbfd25abdc0 Mon Sep 17 00:00:00 2001 From: Kayky <121995153+kaykenho@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:29:05 -0300 Subject: [PATCH] Update CONTRIBUTING.md Update sign-off instructions for commits Change the wording in the contributing guidelines to clarify the sign-off process. Add a "Signed-off-by" line at the end of the commit message, certifying that you wrote the patch or have the right to contribute the material. Signed-off-by: Kay Kenho <121995153+kaykenho@users.noreply.github.com> Signed-off-by: Kayky <121995153+kaykenho@users.noreply.github.com> --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c2f88453..1891d81a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,9 +17,7 @@ Helm v4 is currently under development on the `main` branch. During the developm ## Sign Your Work -The sign-off is a simple line at the end of the explanation for a commit. All commits need to be -signed. Your signature certifies that you wrote the patch or otherwise have the right to contribute -the material. The rules are pretty simple, if you can certify the below (from +Add a "Signed-off-by" line at the end of your commit message. This certifies that you wrote the patch or have the right to contribute the material. The rules are pretty simple, if you can certify the below (from [developercertificate.org](https://developercertificate.org/)): ```