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 "Development Resources/Quick Start -- Contributing Project Code"

(Replaced content with "This content has been moved to [https://www.eclipse.org/projects/handbook/#contributing The Eclipse Project Handbook].")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''current revision in progress'''
+
This content has been moved to [https://www.eclipse.org/projects/handbook/#contributing The Eclipse Project Handbook].
 
+
 
+
Want to contribute code to an Eclipse project? Awesome! This is what you'll need to know.
+
 
+
 
+
You'll need to review all the Main Points in more detail. See the Links section below.
+
 
+
You must be familiar with the following documents. These are the principle guiding documents:<br>
+
 
+
*The [http://www.eclipse.org/projects/dev_process/development_process.php Eclipse Development Process (EDP)]
+
*The [http://eclipse.org/legal/EclipseLegalProcessPoster.pdf Eclipse Intellectual Property (IP) Due Diligence Process]
+
 
+
 
+
Main Points:
+
 
+
*All Eclipse projects must abide by the EDP and IP Due Diligence processes.
+
*Contributors must sign the Eclipse CLA [2].
+
*Contributors must sign-off on their contributions via the Certificate of Origin (CoO) [3].
+
*Code contributions > 250 lines of code require a Contribution Questionnaire (CQ) to be filed [4].
+
 
+
 
+
 
+
=== Links ===
+
 
+
[2] http://www.eclipse.org/legal/CLA.php
+
 
+
[3] http://www.eclipse.org/legal/CoO.php
+
 
+
[4] http://www.eclipse.org/legal/committerguidelines.php
+

Latest revision as of 11:23, 18 May 2023

This content has been moved to The Eclipse Project Handbook.

Back to the top