Skip to content

Commit

Permalink
Signed-Off is not required anymore (winery#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Jan 25, 2022
1 parent 749c59b commit 13691ab
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
```

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 <[email protected]>` for each additional author.
For more information, see <https://www.eclipse.org/projects/handbook/#resources-commit>.

### Contributing via GitHub PullRequests
Expand Down

0 comments on commit 13691ab

Please sign in to comment.