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"

Line 6: Line 6:
 
'''This is what you'll need to know from the Eclipse Foundation's perspective'''
 
'''This is what you'll need to know from the Eclipse Foundation's perspective'''
  
 
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>  
 
You must be familiar with the following documents. These are the principle guiding documents:<br>  
Line 18: Line 16:
  
 
*All Eclipse projects must abide by the EDP and IP Due Diligence processes.
 
*All Eclipse projects must abide by the EDP and IP Due Diligence processes.
*Contributors must sign the Eclipse CLA [2].
+
*Contributors must sign the Eclipse CLA [1].
*Contributors must sign-off on their contributions via the Certificate of Origin (CoO) [3].
+
*Contributors must sign-off on their contributions via the Certificate of Origin (CoO) [2].
*Code contributions > 250 lines of code require a Contribution Questionnaire (CQ) to be filed [4].
+
*Code contributions > 250 lines of code require a Contribution Questionnaire (CQ) to be filed [3].
 +
 
 +
[1] http://www.eclipse.org/legal/CLA.php
 +
 
 +
[2] http://www.eclipse.org/legal/CoO.php
 +
 
 +
[3] http://www.eclipse.org/legal/committerguidelines.php
  
  
=== Links ===
+
=== Project Specific ===
 +
*You'll need to become familiar with the specific projects workflow you plan to contribute to.
 +
**Review the projects main site on [4]. Find specific details under the tab "Developer Resources".
 +
*
  
[2] http://www.eclipse.org/legal/CLA.php
+
[4] https://projects.eclipse.org/list-of-projects
  
[3] http://www.eclipse.org/legal/CoO.php
+
[5] https://wiki.eclipse.org/Development_Resources/New_Commmitter_Handbook
  
[4] http://www.eclipse.org/legal/committerguidelines.php
+
[6] https://wiki.eclipse.org/Development_Resources

Revision as of 13:13, 23 April 2014

current revision in progress


Want to contribute code to an Eclipse project? Awesome!

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:


Main Points

  • All Eclipse projects must abide by the EDP and IP Due Diligence processes.
  • Contributors must sign the Eclipse CLA [1].
  • Contributors must sign-off on their contributions via the Certificate of Origin (CoO) [2].
  • Code contributions > 250 lines of code require a Contribution Questionnaire (CQ) to be filed [3].

[1] http://www.eclipse.org/legal/CLA.php

[2] http://www.eclipse.org/legal/CoO.php

[3] http://www.eclipse.org/legal/committerguidelines.php


Project Specific

  • You'll need to become familiar with the specific projects workflow you plan to contribute to.
    • Review the projects main site on [4]. Find specific details under the tab "Developer Resources".

[4] https://projects.eclipse.org/list-of-projects

[5] https://wiki.eclipse.org/Development_Resources/New_Commmitter_Handbook

[6] https://wiki.eclipse.org/Development_Resources

Back to the top