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].")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== '''Want to contribute code to an Eclipse project? Awesome!''' ==
+
This content has been moved to [https://www.eclipse.org/projects/handbook/#contributing The Eclipse Project Handbook].
 
+
'''This is what you'll need to know from the Eclipse Foundation's perspective'''
+
 
+
 
+
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 @ Eclipse ===
+
 
+
*All Eclipse projects must abide by the EDP and IP Due Diligence processes.
+
*Contributors must sign the [http://www.eclipse.org/legal/CLA.php Eclipse CLA].
+
*Contributors must sign-off on their contributions via the [http://www.eclipse.org/legal/CoO.php Certificate of Origin (CoO)].
+
*Current project committers handle code review and process to accept contribution.
+
 
+
 
+
*Review Eclipse developer resources [https://wiki.eclipse.org/Development_Resources/New_Commmitter_Handbook New Committer Handbook], [https://wiki.eclipse.org/Development_Resources Development Resources].
+
 
+
 
+
=== Project Specific ===
+
*You'll need to become familiar with the specific projects workflow you plan to contribute to.
+
**Find the project on the [https://projects.eclipse.org/list-of-projects Eclipse projects] site.
+
***Find project specific details under the tab "Developer Resources".
+
 
+
*Reach out to the project on its mailing lists.
+
**You'll find these under the "Contact Us" tab of the projects page.
+

Latest revision as of 11:23, 18 May 2023

This content has been moved to The Eclipse Project Handbook.

Back to the top