Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Development Resources/IP Due Diligence for Git and Gerrit"

 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Warning|This is a work-in-progress that hasn't been implemented yet. The [http://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf Eclipse IP Due Diligence Process poster] is the authority with regard to how IP contributions must be handled.}}
+
#REDIRECT [[Development Resources/Handling Git Contributions]]
 
+
Git provides makes it easy to wrap and indefinitely persist contributions along with metadata. Specifically, contributions delivered via Git are packed into commit records that include the identity of the contributor, dates, comments, etc.
+
 
+
Contributor starts here:
+
 
+
[[Image:Contribute section.png]]
+
 
+
By signing off on a contribution, you assert that:
+
 
+
# I have authored 100% of the content I'm contributing
+
# I have the rights to donate the content to Eclipse
+
# I contribute the content under the EPL
+

Latest revision as of 17:11, 24 June 2013

Back to the top