Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Contributing to nebula / TreeMapper

Press these buttons in the staging view:

Inline image 2

On Sat, Jan 23, 2016 at 11:03 PM, Dirk Fauth <dirk.fauth@xxxxxxxxx> wrote:

If you push via EGit you need to push the signing button on the commit message view. It is basically adding a special statement to the commit message.

I think the free available ebook by Lars Vogel explains that in more detail.
http://www.vogella.com/books/eclipsecontribution.html

Am 23.01.2016 22:11 schrieb "Ralf Heydenreich" <rheydenr@xxxxxxxxxxx>:
Hi all,
I've made a change and committed it locally. But pushing to Gerrit doesn't work since I'm not a committer of this project. Here's the error message from Gerrit:

The contributor must "sign-off" on the contribution.
Processing changes: refs: 1
Processing changes: refs: 1, done    
(W) 06fb90f: commit subject >65 characters; use shorter first paragraph
----------
Reviewing commit: 06fb90f5
Authored by: rheydenr <rheydenr@xxxxxxxxxxx>

The author is not a committer on the project.
The author has a current Contributor License Agreement (CLA) on file.
error: The author has not "signed-off" on the contribution.
Please see http://wiki.eclipse.org/CLA


How can I fix it?

TIA,
Ralf.







Am 22.01.2016 um 21:24 schrieb Dirk Fauth:
Hi,

great to hear that you worked on the TreeMapper widget to make it work in a plain E4 application.

We have a contribution guide that should explain everything: https://wiki.eclipse.org/Nebula/Contributions

Basically you need to create a ticket in Bugzilla and commit your changes to Gerrit by naming the Bug ticket in the commit message. This way the ticket and your contribution will be automatically linked. Since you have a signed CLA the commit should work, otherwise Gerrit will reject it.

When it is in Gerrit, we can review it and merge it to master.

I hope the contribution guide will help with the details.

Greez,
Dirk

On Fri, Jan 22, 2016 at 9:09 PM, Ralf Heydenreich <rheydenr@xxxxxxxxxxx> wrote:
Hi all,
I've just checked the TreeMapper widget. Very cool! Now, I want to use
it in a native Eclipse 4 application. Therefore I have to remove the
dependency to org.eclipse.ui. I've done it in my local environment and
it worked as expected. How can I contribute my solution to the nebula
project? I've a valid CLA.

Regards,
Ralf.
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev




_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev

_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


Back to the top