forked from winery/winery
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-Off is not required anymore (winery#648)
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|