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

Project Management Infrastructure/Creating A Contribution Questionnaire

< Project Management Infrastructure
Revision as of 10:35, 16 July 2013 by Nathan.eclipse.org (Talk | contribs) (New page: == Creating a Contribution Questionnaire (CQ) == As a committer on an Eclipse Project you will be able to file a Contribution Questionnaire by visiting the project page once you are logge...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creating a Contribution Questionnaire (CQ)

As a committer on an Eclipse Project you will be able to file a Contribution Questionnaire by visiting the project page once you are logged in.

Create a CQ.PNG

Breaking down the choice to where the contribution in question will reside is key in determining which type of CQ we need to file. Either you want contribute the code to an Eclipse.org project and have us host this code in one of our repos or you want to use / or distribute a library hosted somewhere else for use in your project.

CQ Choose Type.PNG

Contribution of code to be maintained at Eclipse.org

If the code you are submitting will reside in an Eclipse.org repository than you will be presented with a form asking you for the name (title), a description, the reason for filing (initial contribution, bug fix, new feature, moving code), the Bugzilla issue number (if applicable), and declarations about Cryptography and Author(s).

Third-Party Code Request

Should you choose the Third Party option you will be prompted to enter the name of the library you wish to use. We attempt to search the CQ database for any existing libraries that may have already been filed. If you have found a match than you will be filling a Piggy Back CQ and will be able to click continue and proceed to the review stage. If this is a new library you will still be able to continue but will be required to fill out a form with details on the library you wish to file such as the description, urls, license(s), and how the code will be distributed or modified.

Below is an example of the search being executed for a third party library.

CQ Thirdparty Search.gif

Back to the top