From 13691ab9e1d7840e7686e7311d4047facda5ab95 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Tue, 25 Jan 2022 19:24:06 +0300 Subject: [PATCH] Signed-Off is not required anymore (#648) --- CONTRIBUTING.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a27bcbc917..7e18c2ed6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,15 +73,11 @@ Please ensure that the email address you use at Eclipse is the same as the "Publ ### Making the Commit -When making the commit for the pull request it is vital that you "sign-off" on the commit using `git commit -s` option. -Without this sign-off, your patch cannot be applied to the Winery repository because it will be rejected. +In the case of multiple authors, please add each additional author to commit message. +``` +Co-authored-by: Some Bodyelse +``` -You can check out [the guide at GitHub](https://help.github.com/articles/signing-tags-using-gpg) for more information. - -One way to think of this is that when you sign the CLA you are indicating that you are free to contribute to eclipse, but that does not mean everything you ever do can be contributed. -Using the commit signing mechanism indicates that your commit is under the auspices of your agreement. - -In the case of multiple authors, plese add `Also-by: Some Bodyelse ` for each additional author. For more information, see . ### Contributing via GitHub PullRequests