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/Committer Bootcamp"

(Starting a Project at Eclipse (Wayne))
Line 7: Line 7:
 
* [http://eclipse.org/projects/dev_process/#2_1_Open_Source_Rules_of_Engagement Open source rules of engagement]
 
* [http://eclipse.org/projects/dev_process/#2_1_Open_Source_Rules_of_Engagement Open source rules of engagement]
 
* [[Development Resources/HOWTO/Starting A New Project|Starting a new project]]: From proposal to creation review
 
* [[Development Resources/HOWTO/Starting A New Project|Starting a new project]]: From proposal to creation review
* Who's who/Who does what (EMO, AC, PC, Committers, PL, PMC, etc.)
+
* Who's who/Who does what
 +
** [http://eclipse.org/projects/dev_process/#4_Structure_and_Organization Eclipse Management Organization (EMO)]
 +
** [http://eclipse.org/projects/dev_process/#4_8_Councils Architecture and Planning Councils]
 +
** [http://eclipse.org/projects/dev_process/#4_7_Committers_and_Contributors committers and contributors]
 +
** [http://eclipse.org/projects/dev_process/#4_6_2_PL Project leads (PL)]
 +
** [http://eclipse.org/projects/dev_process/#4_6_1_PMC Project Management Committee (PMC)]
 +
** ...
 
* Project Management Infrastructure
 
* Project Management Infrastructure
 
** [[Project Management Infrastructure|Overview]]
 
** [[Project Management Infrastructure|Overview]]

Revision as of 11:08, 8 November 2013

Are you a new committer or project lead for an Eclipse project? Are you thinking about proposing a new open source project at Eclipse? In this tutorial, Eclipse Foundation staff members will walk you through the information that you need to know to be an effective open source project committer at Eclipse. The discussion includes an overview of the Eclipse Development Process, the Intellectual Property Due Diligence Process, and the Tools and IT Infrastructure available to Eclipse projects.

Delivered at EclipseCon Europe 2013 (slides).

Agenda

Starting a Project at Eclipse (Wayne)

Intellectual Property Due Diligence

  • Intellectual Property Overview (Who, What, Why)
  • Contribution Types
    • EPL (Project Licensed)
    • Non EPL - Third Party
  • Preparing an Initial Contribution
    • Welcome to IPZilla
    • Tips to ensure success

Resources and Provisioning

  • Overview of Infrastructure
  • Your Eclipse Foundation account, committer ID, other forges
  • Project provisioning process
  • Initial contribution, tools for committers: Git, Gerrit, Bugzilla, Wiki, project website
  • Interacting with your users: Forums, mailing lists
  • Asking for help: webmasters, other committers

Managing Your Eclipse Project

  • Community development, project diversity
  • Elections
  • Release, Graduation, and Termination Reviews
  • The automatic IP Log generator: data sources (Bugzilla, Git), etc.
  • Technical review of IP Logs
    • The download scanner
  • Project Management Infrastructure
    • Managing release metadata
    • Releases and reviews
    • Simultaneous release

Managing Intellectual Property

  • Using third-party code
    • Dependencies
    • Build and test
  • Parallel IP
  • IP review stages (IPZilla cont'd)
  • Due Diligence Review
  • IP Logs - Review/Approval
  • IP Best Practices

Downloads, Builds

  • CBI, Hudson/HIPP and producing a build
  • Signing
  • Where to store build artifacts, linking, using mirrors
  • Download statistics
  • Cleaning up

Back to the top