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/HOWTO/Starting A New Project"

(Ongoing Responsibilities)
(8 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
Before you bring your project over to Eclipse, you must have useful code and the beginnings of a community. [http://www.eclipselabs.org Eclipse Labs] provides a great place to host your project during this formative period. In fact, depending on the nature of your project, Eclipse Labs may be the right place to host your projects in perpetuity. If it is your intent to one day move the project to Eclipse, you should take the time to familiarize yourself with our processes to avoid surprises downstream (e.g. you should consider carefully tracking all contributions to the project).
 
Before you bring your project over to Eclipse, you must have useful code and the beginnings of a community. [http://www.eclipselabs.org Eclipse Labs] provides a great place to host your project during this formative period. In fact, depending on the nature of your project, Eclipse Labs may be the right place to host your projects in perpetuity. If it is your intent to one day move the project to Eclipse, you should take the time to familiarize yourself with our processes to avoid surprises downstream (e.g. you should consider carefully tracking all contributions to the project).
  
Eclipse projects are expected to take necessary precautions to mitigate the risk to adopters; a company that integrates the code from your Eclipse project, for example, does so with confidence that the code in your project can legally be distributed under the agreed-to terms. The processes that we have in place are designed to support this. Ensure that you are familiar with the [http://www.eclipse.org/dev_process/development_process.php Eclipse Development Process] (EDP), [http://eclipse.org/org/documents/Eclipse_IP_Policy.pdf Eclipse IP Policy], and [http://eclipse.org/legal/EclipseLegalProcessPoster.pdf IP Due Diligence Process].  
+
Eclipse projects are expected to take necessary precautions to mitigate the risk to adopters; a company that integrates the code from your Eclipse project, for example, does so with confidence that the code in your project can legally be distributed under the agreed-to terms. The processes that we have in place are designed to support this. Ensure that you are familiar with the [http://www.eclipse.org/projects/dev_process/development_process.php Eclipse Development Process] (EDP), [http://eclipse.org/org/documents/Eclipse_IP_Policy.pdf Eclipse IP Policy], and [http://eclipse.org/legal/EclipseLegalProcessPoster.pdf IP Due Diligence Process].  
  
 
The EDP is mostly about community involvement. An Eclipse project is considered successful only if a vibrant community develops around it. While the reviews and processes described by the EDP may seem onerous, they are a necessary part of community development. You should anticipate spending a significant amount of time responding to questions posed in various forums ([http://www.eclipse.org/forums Eclipse Forums], [http://www.eclipse.org/mail/ mailing lists], or even [http://stackoverflow.com/questions/tagged/eclipse Stack Overflow]). You should plan on attending conferences (especially [http://eclipsesummit.org/ Eclipse Summit Europe] and [http://eclipsecon.org EclipseCon]), presenting webinars, writing papers, etc to support your project.
 
The EDP is mostly about community involvement. An Eclipse project is considered successful only if a vibrant community develops around it. While the reviews and processes described by the EDP may seem onerous, they are a necessary part of community development. You should anticipate spending a significant amount of time responding to questions posed in various forums ([http://www.eclipse.org/forums Eclipse Forums], [http://www.eclipse.org/mail/ mailing lists], or even [http://stackoverflow.com/questions/tagged/eclipse Stack Overflow]). You should plan on attending conferences (especially [http://eclipsesummit.org/ Eclipse Summit Europe] and [http://eclipsecon.org EclipseCon]), presenting webinars, writing papers, etc to support your project.
  
 
There is tremendous value in the Eclipse IP Policy, but that value comes at a cost. It is important that you understand what is involved. Code provenance tracking is critical (we need to know the source of all code that ends up in our repositories). To that end, all new projects are required to make an [[Development Resources/Initial Contribution | initial contribution]] before '''any''' code is committed to an Eclipse source code repository (one implication of this requirement is that we assume that a new project starts from pre-existing code). The Eclipse IP Team will review your initial contribution to ensure that the code can distributed through an eclipse.org property. In effect, we review to code to make sure that it hasn't been copied inappropriately, that licenses are being used correctly, and so forth. As part of this process, the IP Team will research the source of all code; depending on the size of your contribution, this can be a time-consuming process. Furthermore, any third-party libraries required by your code will have to be checked and approved by the IP Team. As an Eclipse project you are expected to maintain an [[Development Resources/IP Log | IP Log]] containing (among other things) information about all contributions and third-party libraries; you are required to submit this log for review and approval as part of the release process.
 
There is tremendous value in the Eclipse IP Policy, but that value comes at a cost. It is important that you understand what is involved. Code provenance tracking is critical (we need to know the source of all code that ends up in our repositories). To that end, all new projects are required to make an [[Development Resources/Initial Contribution | initial contribution]] before '''any''' code is committed to an Eclipse source code repository (one implication of this requirement is that we assume that a new project starts from pre-existing code). The Eclipse IP Team will review your initial contribution to ensure that the code can distributed through an eclipse.org property. In effect, we review to code to make sure that it hasn't been copied inappropriately, that licenses are being used correctly, and so forth. As part of this process, the IP Team will research the source of all code; depending on the size of your contribution, this can be a time-consuming process. Furthermore, any third-party libraries required by your code will have to be checked and approved by the IP Team. As an Eclipse project you are expected to maintain an [[Development Resources/IP Log | IP Log]] containing (among other things) information about all contributions and third-party libraries; you are required to submit this log for review and approval as part of the release process.
 +
 +
'''A project cannot make a release until the due diligence on the IP contained in that release is complete.''' Please review the [[Development Resources/Initial Contribution|Initial Contribution]] page for more information.
  
 
The Eclipse Foundation holds the trademark for all Eclipse projects. Trademark assignment is undertaken prior to the creation of any new project. If you already have a trademark on your project name, that trademark must be assigned to the Eclipse Foundation. Be advised that trademark assignment can be a time-consuming process (it can take hours, days, or weeks depending on the circumstances surrounding the name).
 
The Eclipse Foundation holds the trademark for all Eclipse projects. Trademark assignment is undertaken prior to the creation of any new project. If you already have a trademark on your project name, that trademark must be assigned to the Eclipse Foundation. Be advised that trademark assignment can be a time-consuming process (it can take hours, days, or weeks depending on the circumstances surrounding the name).
Line 15: Line 17:
 
* [[Development Resources/HOWTO/Pre-Proposal Phase | Pre-Proposal Phase]] - The whole process for proposing a project;
 
* [[Development Resources/HOWTO/Pre-Proposal Phase | Pre-Proposal Phase]] - The whole process for proposing a project;
 
** [http://www.eclipse.org/proposals/templates/proposal-template.zip Proposal document Template (zip)]
 
** [http://www.eclipse.org/proposals/templates/proposal-template.zip Proposal document Template (zip)]
 +
** Examples: [http://eclipse.org/proposals/technology.aether/ Aether], [http://eclipse.org/proposals/mpc/ Marketplace Client]
 
* [[Architecture Council]] - The role of the Architecture Council in a new project;
 
* [[Architecture Council]] - The role of the Architecture Council in a new project;
 
* [[Development Resources/HOWTO/Creation Reviews | Creation Reviews]] -  Scheduling the proposal's creation review; and
 
* [[Development Resources/HOWTO/Creation Reviews | Creation Reviews]] -  Scheduling the proposal's creation review; and
Line 31: Line 34:
 
# If necessary, you can [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Architecture%20Council request mentors] from the Architecture Council via Bugzilla.
 
# If necessary, you can [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Architecture%20Council request mentors] from the Architecture Council via Bugzilla.
 
# After we've posted the proposal, we need to let it sit for a minimum of two weeks to let the community review it. During that period, you should try to get as many people to look at the proposal and comment as possible. You should use this time to identify interested parties.
 
# After we've posted the proposal, we need to let it sit for a minimum of two weeks to let the community review it. During that period, you should try to get as many people to look at the proposal and comment as possible. You should use this time to identify interested parties.
# After that two-week period, you can request a creation review. We'll schedule it to run for a one-week (Wednesday to Wednesday) period. By this point, the review should really just be one more week for people to ask questions and comment. Creation reviews tend to always be successful (they should be considered low stress as the hard work has already been done).
+
# After that two-week period, you can request a creation review. The EMO will initiate a trademark search on the project name.
 +
# Once the trademark search has been resolved, we'll schedule the creation review to run for a one-week (Wednesday to Wednesday) period. By this point, the review should really just be one more week for people to ask questions and comment. Creation reviews tend to always be successful (they should be considered low stress as the hard work has already been done).
 
# When the review is declared successful, you'll be invited to provide provisioning information; the webmaster and IP team will use this information to provision space on our servers, create committer records, etc.
 
# When the review is declared successful, you'll be invited to provide provisioning information; the webmaster and IP team will use this information to provision space on our servers, create committer records, etc.
 
# When provisioning is complete, you can submit your [[Development Resources/Initial Contribution|initial contribution]] to the IP team for review. The IP team must give you approval before anything can be committed to any Eclipse VCS or download server. Your mentors and can help you at this stage.
 
# When provisioning is complete, you can submit your [[Development Resources/Initial Contribution|initial contribution]] to the IP team for review. The IP team must give you approval before anything can be committed to any Eclipse VCS or download server. Your mentors and can help you at this stage.
Line 46: Line 50:
 
Community development is a big part of life at Eclipse. It is strongly recommended that you identify somebody on your team to be responsible for community development activities. To cultivate a vibrant community of users, adopters, and committers, a project has to have somebody who is responsible for community development. Somebody has to own it. Everybody on the project team has to dedicate some significant amount of their time to community development, but one person on the team has to be responsible for it. For some projects, this may be a full time job; for others, it may be a huge part of one. In fact, may open source projects have more than one full time person working on community development. In some circles, this role might be called the project's evangelist, or maybe it's the project lead that manages community development. Whatever the title, the role should be that of making everybody else successful in community development activities. Please see [[Community Development for Eclipse Projects]].
 
Community development is a big part of life at Eclipse. It is strongly recommended that you identify somebody on your team to be responsible for community development activities. To cultivate a vibrant community of users, adopters, and committers, a project has to have somebody who is responsible for community development. Somebody has to own it. Everybody on the project team has to dedicate some significant amount of their time to community development, but one person on the team has to be responsible for it. For some projects, this may be a full time job; for others, it may be a huge part of one. In fact, may open source projects have more than one full time person working on community development. In some circles, this role might be called the project's evangelist, or maybe it's the project lead that manages community development. Whatever the title, the role should be that of making everybody else successful in community development activities. Please see [[Community Development for Eclipse Projects]].
  
Projects must conform to the [[Naming Conventions|naming conventions]] and [[Version Numbering|version numbering rules]].
+
Projects must conform to the [http://www.eclipse.org/legal/guidetolegaldoc2.php legal documentation requirements], [[Naming Conventions|naming conventions]], and [[Version Numbering|version numbering rules]].
  
 
Projects must maintain their [[Development Resources/HOWTO/Project Meta-Data|metadata]]. This information is used to drive our automated processes. Kept up-to-date, project metadata can reduce your overall project maintenance burden by allowing our automated processes (e.g. project summary pages, project summaries, Dash data, etc.) to generate and disseminate correct information about your project.
 
Projects must maintain their [[Development Resources/HOWTO/Project Meta-Data|metadata]]. This information is used to drive our automated processes. Kept up-to-date, project metadata can reduce your overall project maintenance burden by allowing our automated processes (e.g. project summary pages, project summaries, Dash data, etc.) to generate and disseminate correct information about your project.
Line 54: Line 58:
 
Projects in the incubation phase can only do pre-1.0 releases (e.g. 0.7). Before creating a >=1.0 release, a project must undergo a [[Development Resources/HOWTO/Graduation Reviews|graduation review]] and enter the [[Development Resources/HOWTO/Mature Phase|mature phase]]. A graduation review is typically combined with a release review. Note that a project may make 1.0 ''milestone'' releases (e.g. 1.0.0M1) in the time leading up to their graduation review. Note also that projects may select a >1.0 number for their first Eclipse release if that makes sense for the project and their community (you might consider this if your already-established project has moved to Eclipse).
 
Projects in the incubation phase can only do pre-1.0 releases (e.g. 0.7). Before creating a >=1.0 release, a project must undergo a [[Development Resources/HOWTO/Graduation Reviews|graduation review]] and enter the [[Development Resources/HOWTO/Mature Phase|mature phase]]. A graduation review is typically combined with a release review. Note that a project may make 1.0 ''milestone'' releases (e.g. 1.0.0M1) in the time leading up to their graduation review. Note also that projects may select a >1.0 number for their first Eclipse release if that makes sense for the project and their community (you might consider this if your already-established project has moved to Eclipse).
  
 +
If you have any questions, or are unsure of your responsibilities as a project lead or committer, please contact your project mentors or [mailto:emo@eclipse.org EMO].
 +
 +
=Reference Material=
 +
 +
Here are some valuable links:
 +
 +
*[http://www.eclipse.org/projects/dev_process/development_process.php Eclipse Development Process (EDP)]
 +
*[[Development Resources]]
 +
 +
''This page is moderated by the EMO.''
  
 
[[Category:Development_Resources]]
 
[[Category:Development_Resources]]
 
[[Category:How to Contribute]]
 
[[Category:How to Contribute]]

Revision as of 12:41, 8 November 2012

Code is very important at Eclipse. All Eclipse projects are expected to have code. But the responsibilities of an Eclipse project extend far beyond having code in an eclipse.org repository. Eclipse projects are responsible for developing a community of users, adopters, and contributors.

Before you bring your project over to Eclipse, you must have useful code and the beginnings of a community. Eclipse Labs provides a great place to host your project during this formative period. In fact, depending on the nature of your project, Eclipse Labs may be the right place to host your projects in perpetuity. If it is your intent to one day move the project to Eclipse, you should take the time to familiarize yourself with our processes to avoid surprises downstream (e.g. you should consider carefully tracking all contributions to the project).

Eclipse projects are expected to take necessary precautions to mitigate the risk to adopters; a company that integrates the code from your Eclipse project, for example, does so with confidence that the code in your project can legally be distributed under the agreed-to terms. The processes that we have in place are designed to support this. Ensure that you are familiar with the Eclipse Development Process (EDP), Eclipse IP Policy, and IP Due Diligence Process.

The EDP is mostly about community involvement. An Eclipse project is considered successful only if a vibrant community develops around it. While the reviews and processes described by the EDP may seem onerous, they are a necessary part of community development. You should anticipate spending a significant amount of time responding to questions posed in various forums (Eclipse Forums, mailing lists, or even Stack Overflow). You should plan on attending conferences (especially Eclipse Summit Europe and EclipseCon), presenting webinars, writing papers, etc to support your project.

There is tremendous value in the Eclipse IP Policy, but that value comes at a cost. It is important that you understand what is involved. Code provenance tracking is critical (we need to know the source of all code that ends up in our repositories). To that end, all new projects are required to make an initial contribution before any code is committed to an Eclipse source code repository (one implication of this requirement is that we assume that a new project starts from pre-existing code). The Eclipse IP Team will review your initial contribution to ensure that the code can distributed through an eclipse.org property. In effect, we review to code to make sure that it hasn't been copied inappropriately, that licenses are being used correctly, and so forth. As part of this process, the IP Team will research the source of all code; depending on the size of your contribution, this can be a time-consuming process. Furthermore, any third-party libraries required by your code will have to be checked and approved by the IP Team. As an Eclipse project you are expected to maintain an IP Log containing (among other things) information about all contributions and third-party libraries; you are required to submit this log for review and approval as part of the release process.

A project cannot make a release until the due diligence on the IP contained in that release is complete. Please review the Initial Contribution page for more information.

The Eclipse Foundation holds the trademark for all Eclipse projects. Trademark assignment is undertaken prior to the creation of any new project. If you already have a trademark on your project name, that trademark must be assigned to the Eclipse Foundation. Be advised that trademark assignment can be a time-consuming process (it can take hours, days, or weeks depending on the circumstances surrounding the name).

Here are some other links that should help you with the process:

This should sound like a lot of work. For many projects, the investment is worthwhile.

Overview of the Project Creation Process

  1. Optionally contact the EMO via email to state your intention to propose a new project. This message need only contain a few words to describe (very briefly) the scope of the project.
  2. Use the provided Proposal document Template to assemble a proposal. Note that instructions are provided within the document. Send the completed draft of the proposal to the EMO.
  3. The EMO will review the document and provide feedback. If there are timing issues with respect to "going public" let the EMO know (we can, for example, coordinate the public disclosure of the proposal with your marketing efforts).
  4. The EMO will post a draft copy and request your feedback on the "live" version. At the same time, the EMO will open a bug against Community/Proposals and Reviews to track the proposal.
  5. With your approval, the proposal will be posted on the "What's New" page.
  6. If necessary, you can request mentors from the Architecture Council via Bugzilla.
  7. After we've posted the proposal, we need to let it sit for a minimum of two weeks to let the community review it. During that period, you should try to get as many people to look at the proposal and comment as possible. You should use this time to identify interested parties.
  8. After that two-week period, you can request a creation review. The EMO will initiate a trademark search on the project name.
  9. Once the trademark search has been resolved, we'll schedule the creation review to run for a one-week (Wednesday to Wednesday) period. By this point, the review should really just be one more week for people to ask questions and comment. Creation reviews tend to always be successful (they should be considered low stress as the hard work has already been done).
  10. When the review is declared successful, you'll be invited to provide provisioning information; the webmaster and IP team will use this information to provision space on our servers, create committer records, etc.
  11. When provisioning is complete, you can submit your initial contribution to the IP team for review. The IP team must give you approval before anything can be committed to any Eclipse VCS or download server. Your mentors and can help you at this stage.

Be sure to lean on your mentors for help, or for answers to questions. Make use of them, that's what they're there for.

After Creation

Before you commit any code into your eclipse.org repository, you must submit your project's initial contribution for review by the IP team.

Your project will start in the Incubation phase. Ensure that your project conforms to incubation branding requirements and you can take advantage of the parallel IP process.

Ongoing Responsibilities

Community development is a big part of life at Eclipse. It is strongly recommended that you identify somebody on your team to be responsible for community development activities. To cultivate a vibrant community of users, adopters, and committers, a project has to have somebody who is responsible for community development. Somebody has to own it. Everybody on the project team has to dedicate some significant amount of their time to community development, but one person on the team has to be responsible for it. For some projects, this may be a full time job; for others, it may be a huge part of one. In fact, may open source projects have more than one full time person working on community development. In some circles, this role might be called the project's evangelist, or maybe it's the project lead that manages community development. Whatever the title, the role should be that of making everybody else successful in community development activities. Please see Community Development for Eclipse Projects.

Projects must conform to the legal documentation requirements, naming conventions, and version numbering rules.

Projects must maintain their metadata. This information is used to drive our automated processes. Kept up-to-date, project metadata can reduce your overall project maintenance burden by allowing our automated processes (e.g. project summary pages, project summaries, Dash data, etc.) to generate and disseminate correct information about your project.

Before an Eclipse project can release any software, they must undergo a release review. This is a well-defined formal process.

Projects in the incubation phase can only do pre-1.0 releases (e.g. 0.7). Before creating a >=1.0 release, a project must undergo a graduation review and enter the mature phase. A graduation review is typically combined with a release review. Note that a project may make 1.0 milestone releases (e.g. 1.0.0M1) in the time leading up to their graduation review. Note also that projects may select a >1.0 number for their first Eclipse release if that makes sense for the project and their community (you might consider this if your already-established project has moved to Eclipse).

If you have any questions, or are unsure of your responsibilities as a project lead or committer, please contact your project mentors or EMO.

Reference Material

Here are some valuable links:

This page is moderated by the EMO.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.