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"

(Created page with "* content coming shortly * initial code contribution CQ should attached to IPZilla. ** no longer using Bugzilla")
 
Line 1: Line 1:
* content coming shortly
+
'''work currently in progress'''
  
* initial code contribution CQ should attached to IPZilla.
+
 
** no longer using Bugzilla
+
Want to contribute code to an Eclipse project? Awesome! This is what you'll need to know.
 +
 
 +
 
 +
You'll need to review the main points in more detail. See links section.
 +
 
 +
You must be familiar with the following 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 Due Diligence Process]
 +
 
 +
 
 +
Main Points:
 +
 
 +
*All Eclipse projects must abide by the EDP process and IP Due Diligence processes.
 +
*All contributors must sign the Eclipse CLA [2].
 +
*They must sign-off on their contributions [3].
 +
*Code contributions > 250 lines of code require a Contribution Questionnaire (CQ) [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

Revision as of 12:54, 23 April 2014

work currently in progress


Want to contribute code to an Eclipse project? Awesome! This is what you'll need to know.


You'll need to review the main points in more detail. See links section.

You must be familiar with the following documents:


Main Points:

  • All Eclipse projects must abide by the EDP process and IP Due Diligence processes.
  • All contributors must sign the Eclipse CLA [2].
  • They must sign-off on their contributions [3].
  • Code contributions > 250 lines of code require a Contribution Questionnaire (CQ) [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

Back to the top