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/Pre-Proposal Phase"

(Clear, Concise and Understandable Proposal)
(Clear, Concise and Understandable Proposal)
Line 63: Line 63:
 
==Proposals to Review==
 
==Proposals to Review==
 
* [https://projects.eclipse.org/proposals/eclipse-advanced-scripting-environment-ease EASE]
 
* [https://projects.eclipse.org/proposals/eclipse-advanced-scripting-environment-ease EASE]
*
+
* [https://www.eclipse.org/proposals/technology.smarthome/ Eclipse SmartHome]
  
  
==Mandatory==
+
==Mandatory Sections in Proposal==
 +
Please fill in these sections.
 +
 
  
 
===Basic section===
 
===Basic section===
Line 102: Line 104:
  
 
====Legal Issues====
 
====Legal Issues====
*  
+
* Please describe any legal issues around the project and/or code.
 +
* List the current licenses of the main code.
 +
* List the 3rd party dependencies and associated licenses.
 +
 
 +
====Initial Contribution====
 +
* Where is the code coming from? Current Eclipse project/GitHub repository or other.
 +
 
 +
====Future Work====
 +
* How is the project going to grow its community (users/adopters/committers)?
 +
** Run events, attend conferences, write great documentation etc
 +
* What are the major items to be developed?
 +
** Couple of bullet points of major items.
 +
 
 +
===Source Code Section===
  
 +
====Repository Source Type====
 +
* Select the type of source code repository the project will use as its primary host.
  
 +
====Source Repositories====
 +
* If you have existing publicly-accessible (ie. GitHub) source repositories for this project, list the URLs for them here.
  
==Previous Proposals to Emulate==
+
===People===
Past proposals are available from the [http://www.eclipse.org/proposals/ archived proposals page]. Four good examples to emulate are: [http://www.eclipse.org/proposals/eclipse-mylar/ Mylar], [http://www.eclipse.org/proposals/dltk/ DLTK], [http://www.eclipse.org/proposals/modeling/ Modeling], and [http://www.eclipse.org/proposals/eclipse-dsdp/ DSDP].
+
* A project needs a project lead and at least one committer.
 +
** These can change down the road.
  
==Proposal File Format and Submission==
+
====Initial Committers====
The proposal itself is a static HTML page (with a small fragment of PHP) using the standard Eclipse Proposal CSS style sheet ([http://www.eclipse.org/proposals/templates/proposal-template.zip please use the template we provide]). This template is heavily annotated with information and help; we suggest that you start there. Further, this document has been evolved to the point where it includes sufficient information to also serve as a [[Development_Resources/HOWTO/Review_Information_for_Project_Leads#Creation_Reviews|Creation Review]] document.  
+
* Need to already have committer status at Eclipse.
 +
** If not, then they will not show up when searched for.
  
We have found that there are a number of problems with HTML generated by Microsoft Word and thus ask that proposers use some other tool to create the page using only simple, static, standard HTML (let our stylesheet work its magic). Sorry, but the EMO does not have the time or resources to convert other file formats to the correct static HTML.
+
====Committers====
 +
* These are folks who will be working on the project but are not currently Eclipse committers.
 +
** List all involved here; if not once project is created it will require an election to add additional committers (not difficult).
  
Proposals must be zipped (to avoid problems with the Foundation's email anti-virus scanner) and emailed to emo@eclipse.org.
+
====Mentors====
 +
We will request members from the Architecture Council to fill these.
  
 
=Mentors=
 
=Mentors=

Revision as of 15:50, 7 July 2014

See "6.2.1 Pre-Proposal Phase" in the Eclipse Development Process

An individual or group of individuals declares their interest in, and rationale for, establishing a project. The EMO will assist such groups in the preparation of a project Proposal.

  • The Pre-proposal phase ends when the Proposal is published by EMO and announced to the membership by the EMO.

Project or Contribution?

One of the major purposes of the Eclipse Development Process is to ensure that the projects are open and transparent to the membership and ecosystem. Another major purpose is for the Councils to minimize duplication across the projects, i.e., we strive to have one official Eclipse framework for each technical area. Thus, as the first step in a new proposal, we ask four questions:

  1. Is there already a Project at Eclipse working the same technical area (i.e., a Project whose scope includes this area)?
  2. If so, would this proposal be more suited as a contribution to that project or a new sub-project of that existing project?
    • Note that an overlap between projects is not prohibited but is strongly discouraged. The Eclipse membership has indicated that they are ok with multiple incubating projects in a given technical area, but would prefer a single project once the frameworks mature.
    • In all "competing project" situations to date, the projects eventually realized that it would be in their best interest to work together and thus merged their projects before graduating.
  3. Is this new effort going to be managed as part of an existing project or is it going to be a separate entity?
    Here we examine the interaction of the project leads and the synchronization (or lack thereof) of release schedules. For example, if the new effort is always going to release at the same time as another project and the leads of the new effort and the other project are regularly coordinating development plans, then perhaps this new effort is a component of the other project. Otherwise, if the new effort is more independent (in management and in release schedule), then perhaps it should be a separate project.
  4. Is this new effort within the scope of the (optionally) enclosing parent Project and charter of the enclosing Top-Level Project? For example, a new "syntax highlighting editor for Pascal" would not be in scope of the "Web Standard Tools" project.

The new effort must be in scope with respect to its enclosing Project(s).

Project Name

Naming and branding are challenging issues. In order to provide a consistent brand for Eclipse, projects must follow the project naming guidelines which effectively say:

  1. The best names are descriptive but at the same time memorable.
  2. The project name does not include "Eclipse" or "Project".
  3. The project name is not the name of an existing product and will not be used in the name of a product.

See "6.2.1 Pre-Proposal Phase" in the Eclipse Development Process

An individual or group of individuals declares their interest in, and rationale for, establishing a project. The EMO will assist such groups in the preparation of a project Proposal.

  • The Pre-proposal phase ends when the Proposal is published by EMO and announced to the membership by the EMO.

Project or Contribution?

One of the major purposes of the Eclipse Development Process is to ensure that the projects are open and transparent to the membership and ecosystem. Another major purpose is for the Councils to minimize duplication across the projects, i.e., we strive to have one official Eclipse framework for each technical area. Thus, as the first step in a new proposal, we ask four questions:

  1. Is there already a Project at Eclipse working the same technical area (i.e., a Project whose scope includes this area)?
  2. If so, would this proposal be more suited as a contribution to that project or a new sub-project of that existing project?
    • Note that an overlap between projects is not prohibited but is strongly discouraged. The Eclipse membership has indicated that they are ok with multiple incubating projects in a given technical area, but would prefer a single project once the frameworks mature.
    • In all "competing project" situations to date, the projects eventually realized that it would be in their best interest to work together and thus merged their projects before graduating.
  3. Is this new effort going to be managed as part of an existing project or is it going to be a separate entity?
    Here we examine the interaction of the project leads and the synchronization (or lack thereof) of release schedules. For example, if the new effort is always going to release at the same time as another project and the leads of the new effort and the other project are regularly coordinating development plans, then perhaps this new effort is a component of the other project. Otherwise, if the new effort is more independent (in management and in release schedule), then perhaps it should be a separate project.
  4. Is this new effort within the scope of the (optionally) enclosing parent Project and charter of the enclosing Top-Level Project? For example, a new "syntax highlighting editor for Pascal" would not be in scope of the "Web Standard Tools" project.

The new effort must be in scope with respect to its enclosing Project(s).

Project Name

Naming and branding are challenging issues. In order to provide a consistent brand for Eclipse, projects must follow the project naming guidelines which effectively say:

  1. The best names are descriptive but at the same time memorable.
  2. The project name does not include "Eclipse" or "Project".
  3. The project name is not the name of an existing product and will not be used in the name of a product.

Clear, Concise and Understandable Proposal

Create a proposal here.

We provide a template that you fill in with the proposal details.

Tips

  • Use plain non-technical English.
  • Describe all acronyms.
  • Provide urls where appropriate to direct reader for further information.

Notes

  • Eclipse projects involve substantial on-going development activity. Thus proposals should be convincing about the resources that are being brought to the project in addition to any initial code contribution.

The proposal should include a list of interested and committed persons and companies and their affiliations, but should not include corporate or group logos.

  • Eclipse is place for vendor neutral projects which includes being operating system agnostic. If, as is usually the case, the proposal is coming from a single company, the proposal should explain how the resulting

project will be vendor neutral. Similarly, the proposal should explain away any operating system dependencies.

Proposals to Review


Mandatory Sections in Proposal

Please fill in these sections.


Basic section

  • Provide a project name.
  • Select what working group the project belongs to.
  • Click "I know what I'm getting into" checkbox.

Discussion section

Background

  • Describe where the project came from. What is the historical journey of the project; who/what company wrote the project. Did it go through any significant alterations/rewrites/language changes?

Scope

Provide an introductory paragraph describing what the project aims to be followed by several bullet points. The scope should allow for some flexibility, but still provide well-defined boundaries for the project.

  • What is in-scope?
  • What is out-of-scope?

Description

The introductory paragraph should clearly explain what the is and does. Think of this as an expanded elevator pitch.

  • Use plain English.
  • Include graphics/tables if they help with clarity.
  • Focus on the technical aspects of the project.
  • Is there any collaboration/usage by/with other Eclipse projects?
  • Does it build on top of other projects? What are the dependencies? Does it overlap with existing projects? Why are the needs this project meets are not met by existing Eclipse projects?

Why Here=

  • Why does this project want to host at Eclipse?
  • What do you expect to gain by having your project at Eclipse?
  • What value does the project provide to the Eclipse community and ecosystem?

Licenses

  • Check the licenses that apply to the project.
  • Under what license(s) will the project's artifacts be distributed? If you're not sure, contact the Eclipse Management Organization (EMO) for assistance.
  • If the initial contribution is currently distributed under a different license, please make note of the current licensing terms in the "Legal Issues" section.

Legal Issues

  • Please describe any legal issues around the project and/or code.
  • List the current licenses of the main code.
  • List the 3rd party dependencies and associated licenses.

Initial Contribution

  • Where is the code coming from? Current Eclipse project/GitHub repository or other.

Future Work

  • How is the project going to grow its community (users/adopters/committers)?
    • Run events, attend conferences, write great documentation etc
  • What are the major items to be developed?
    • Couple of bullet points of major items.

Source Code Section

Repository Source Type

  • Select the type of source code repository the project will use as its primary host.

Source Repositories

  • If you have existing publicly-accessible (ie. GitHub) source repositories for this project, list the URLs for them here.

People

  • A project needs a project lead and at least one committer.
    • These can change down the road.

Initial Committers

  • Need to already have committer status at Eclipse.
    • If not, then they will not show up when searched for.

Committers

  • These are folks who will be working on the project but are not currently Eclipse committers.
    • List all involved here; if not once project is created it will require an election to add additional committers (not difficult).

Mentors

We will request members from the Architecture Council to fill these.

Mentors

New projects (i.e., incubating projects) at Eclipse require the supervision of at least two Mentors. The proposal can be posted prior to selecting mentors, but it cannot have a Creation Review without mentors. Thus it behooves the proposers to begin finding mentors as early as possible.

Mentors are members of the Eclipse Architecture Council. For help, please see Mentorship.

Posting and Declaration

After the EMO receives and agrees the proposal is ready to post, the following steps are taken:

  1. The EMO modifies the proposal text to include the correct internal Foundation database record identifier and the correct discussion newsgroup.
  2. The proposal is placed at a hidden url on the eclipse.org website.
  3. The EMO drafts a declaration. The declaration is a short email message sent by the EMO to the Eclipse membership-at-large stating that X is proposing project Y at Eclipse. The declaration has the following form:
We are notifying the Eclipse Membership-at-Large of the intent of Person P (Company Q) to propose the XYZ Project as a EFG incubator.

A brief description of the project is below. A draft project proposal has been posted on
 http://www.eclipse.org/proposals/xyz/
------------------------------------------------------------------------

*Project Declaration for the "XYZ Project"

The goal of this project is to add comprehensive support blah blah blah...
  • The EMO requires positive approval from at least three people before publicly posting the proposal and sending the declaration. All three people (or their appointed delegates) must reply that they are ok (+1) with the hidden-url proposal and the declaration before the proposal will be made public.
    1. The proposer, speaking for all the people and companies involved
    2. The Eclipse Foundation's Director of Committer Community
    3. The Eclipse Foundation's Executive Director
  • The EMO updates the internal Foundation database, thus publishing the proposal on the website. At the same time, the EMO creates the corresponding discussion newsgroup.
  • The EMO sends you an email reminding you to read and implement the Guidelines for the Proposal Phase

Press and Publicity

History has shown that companies who are starting or joining their first open-source project, or perhaps merely their first Eclipse open-source project, want to carefully stage the press announcements. Because the Eclipse membership-at-large is large and includes press, the EMO works carefully with the proposers to ensure that news is not prematurely leaked.

A press release at this point is optional. Some companies and individuals like to have a press release when the project is proposed, while others prefer to wait until the project is approved/created, and then others do not issue one at all - it is completely up to the proposal team. Any release must include Q&A's, messages and preparation by the stakeholder spokespeople. The discipline of creating a press release ensures that all stakeholders have agreed on messages, positioning and have identified spokepersons.

If you do decide to issue a press release, the Eclipse Foundation Marketing Director must help you coordinate the announcement. (Email the EMO for further information.)

Legal Paperwork to Start Now

It is important for the proposers to begin moving the various Committer Agreements through their company's legal department as the paperwork always seems to take longer than one would like. The project cannot be provisioned (source code repository, bug repository, website, etc.) without completed legal paperwork.

Similarly, the proposers will want to start gathering the required documentation for the initial code contribution questionnaire. The important information includes:

  • Documentation of code ownership and the right of the proposer to contribute the code under the EPL
  • Licenses, source code, and provenance of all third-party (non-EPL) code included or referenced in or by the EPL'ed initial code.
  • And by all, we mean ALL the code: many third-party libraries include other third party libraries and those include others and so on and so on.

Next Steps

A proposal is generally posted for a minimum of two weeks. During this period, you should actively monitor the communication channel for the proposal and make sure that you address the needs of your burgeoning community. Provide updates to your proposal to the EMO.

Proposals that languish for more than three months will be withdrawn by the EMO.

When you are ready to create the project, inform the EMO. The proposal document itself can serve as the "Creation document" for the Creation Review. Prior to scheduling the creation review, however, the EMO will initiate a trademark search on the desired name for your project. This process may require trademark reassignment to the Eclipse Foundation. The trademark search must be completed before the review can be scheduled.

This page is moderated by the EMO

Mentors

New projects (i.e., incubating projects) at Eclipse require the supervision of at least two Mentors. The proposal can be posted prior to selecting mentors, but it cannot have a Creation Review without mentors. Thus it behooves the proposers to begin finding mentors as early as possible.

Mentors are members of the Eclipse Architecture Council. For help, please see Mentorship.

Posting and Declaration

After the EMO receives and agrees the proposal is ready to post, the following steps are taken:

  1. The EMO modifies the proposal text to include the correct internal Foundation database record identifier and the correct discussion newsgroup.
  2. The proposal is placed at a hidden url on the eclipse.org website.
  3. The EMO drafts a declaration. The declaration is a short email message sent by the EMO to the Eclipse membership-at-large stating that X is proposing project Y at Eclipse. The declaration has the following form:
We are notifying the Eclipse Membership-at-Large of the intent of Person P (Company Q) to propose the XYZ Project as a EFG incubator.

A brief description of the project is below. A draft project proposal has been posted on
 http://www.eclipse.org/proposals/xyz/
------------------------------------------------------------------------

*Project Declaration for the "XYZ Project"

The goal of this project is to add comprehensive support blah blah blah...
  • The EMO requires positive approval from at least three people before publicly posting the proposal and sending the declaration. All three people (or their appointed delegates) must reply that they are ok (+1) with the hidden-url proposal and the declaration before the proposal will be made public.
    1. The proposer, speaking for all the people and companies involved
    2. The Eclipse Foundation's Director of Committer Community
    3. The Eclipse Foundation's Executive Director
  • The EMO updates the internal Foundation database, thus publishing the proposal on the website. At the same time, the EMO creates the corresponding discussion newsgroup.
  • The EMO sends you an email reminding you to read and implement the Guidelines for the Proposal Phase

Press and Publicity

History has shown that companies who are starting or joining their first open-source project, or perhaps merely their first Eclipse open-source project, want to carefully stage the press announcements. Because the Eclipse membership-at-large is large and includes press, the EMO works carefully with the proposers to ensure that news is not prematurely leaked.

A press release at this point is optional. Some companies and individuals like to have a press release when the project is proposed, while others prefer to wait until the project is approved/created, and then others do not issue one at all - it is completely up to the proposal team. Any release must include Q&A's, messages and preparation by the stakeholder spokespeople. The discipline of creating a press release ensures that all stakeholders have agreed on messages, positioning and have identified spokepersons.

If you do decide to issue a press release, the Eclipse Foundation Marketing Director must help you coordinate the announcement. (Email the EMO for further information.)

Legal Paperwork to Start Now

It is important for the proposers to begin moving the various Committer Agreements through their company's legal department as the paperwork always seems to take longer than one would like. The project cannot be provisioned (source code repository, bug repository, website, etc.) without completed legal paperwork.

Similarly, the proposers will want to start gathering the required documentation for the initial code contribution questionnaire. The important information includes:

  • Documentation of code ownership and the right of the proposer to contribute the code under the EPL
  • Licenses, source code, and provenance of all third-party (non-EPL) code included or referenced in or by the EPL'ed initial code.
  • And by all, we mean ALL the code: many third-party libraries include other third party libraries and those include others and so on and so on.

Next Steps

A proposal is generally posted for a minimum of two weeks. During this period, you should actively monitor the communication channel for the proposal and make sure that you address the needs of your burgeoning community. Provide updates to your proposal to the EMO.

Proposals that languish for more than three months will be withdrawn by the EMO.

When you are ready to create the project, inform the EMO. The proposal document itself can serve as the "Creation document" for the Creation Review. Prior to scheduling the creation review, however, the EMO will initiate a trademark search on the desired name for your project. This process may require trademark reassignment to the Eclipse Foundation. The trademark search must be completed before the review can be scheduled.

This page is moderated by the EMO

Back to the top