Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ECA"

(Replaced content with "This content has been moved to the [https://eclipse.org/projects/handbook/#resources-eca Eclipse Project Handbook].")
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The Eclipse Foundation has implemented Contributor License Agreements ([http://www.eclipse.org/legal/CLA.php CLA]) to improve its intellectual property (IP) management and workflow. In part, CLAs are a portion of the work required to implement signed-off-by for all contributions coming to Eclipse via Git or Gerrit. All contributors are required to ([https://www.eclipse.org/contribute/cla sign the CLA]) before contributing to any Eclipse project they are not a committer on.
+
This content has been moved to the [https://eclipse.org/projects/handbook/#resources-eca Eclipse Project Handbook].
 
+
* [[Development Resources/Contributing via Git|Contributing via Git]], a resource for contributors (includes instructions on signing your own CLA)
+
* [[Development Resources/Handling Git Contributions|Handling Git Contributions]], a resource for committers
+
 
+
If you have any questions about CLAs, please check out the [http://www.eclipse.org/legal/clafaq.php FAQ] first. If that does not answer your questions, please contact [mailto:emo@eclipse.org emo@eclipse.org].
+
==Existing Committers==
+
If you are already a committer you can simply sign in to [https://projects.eclipse.org/user/login/sso projects.eclipse.org] and click the link below your name to sign the CLA.
+
 
+
=Troubleshooting=
+
 
+
'''I have signed the CLA and have signed-off on my commit, but Gerrit is rejecting it.'''
+
 
+
Email address and user name matching is case-sensitive. Make sure that the case you use in your commit credentials matches the case you used when you signed the CLA.
+
 
+
The user name and email address that's in the author field must match (case sensitive) the case in the ''Signed-off-by'' statement.
+
 
+
The ''Signed-off-by'' statement must be in the footer of the commit message. Make sure that there are no blank lines beneath the statement.
+
 
+
Make sure that you aren't pushing more than one commit. The id (SHA) of the commit that's rejected will appear in the output from your failed push. Make sure the id matches that of the commit you think you're pushing.
+
 
+
If that doesn't solve it, open a [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Gerrit bug].
+
 
+
=Other Links=
+
 
+
*[[CLA/Implementation Requirements|CLA Implementation Requirements]];
+
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&list_id=5143644&short_desc=%5BCLA%5D&short_desc_type=substring CLA Bugs];
+
 
+
[[Category:CLA]]
+

Latest revision as of 22:48, 30 July 2018

This content has been moved to the Eclipse Project Handbook.

Back to the top