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 "PDE/Contributor Guide"

< PDE
(New page:  TODO)
 
Line 1: Line 1:
&nbsp;TODO
+
== Project Structure ==
 +
 
 +
The PDE project is structured into four major components: api tools, build, ui and incubator.
 +
 
 +
=== API Tools ===
 +
 
 +
TODO
 +
 
 +
=== Build ===
 +
 
 +
TODO
 +
 
 +
=== UI ===
 +
 
 +
TODO
 +
 
 +
=== Incubator ===
 +
 
 +
Incubator components vary in maturity level and are supported by the component leads.
 +
 
 +
== Getting Started  ==
 +
 
 +
The PDE project places a very high value on community contributions. This document is intended to help those interested contribute to PDE. It communicates our conventions and discusses ways to get your contributions prioritized.
 +
 
 +
=== Individual Contributors  ===
 +
 
 +
TODO
 +
 
 +
=== Contributor Links ===
 +
 
 +
*[[Development Conventions and Guidelines|Eclipse Code Conventions]]
 +
*[[User Interface Guidelines|Eclipse User Interface Guidelines]]
 +
*[[Eclipse Doc Style Guide|Documentation Style Guidelines]]
 +
*[http://en.wikipedia.org/wiki/Eat_one's_own_dog_food Eating your own dog food (Wikipedia)]
 +
 
 +
== Workspace ==
 +
 
 +
The recommended way to work with PDE is by checking them out of CVS. Doing this makes it easy to try the latest changes and work with patches and ensures that you can easily browse the source code and documentation.
 +
 
 +
=== Setup ===
 +
 
 +
TODO
 +
 
 +
=== Tests ===
 +
 
 +
TODO

Revision as of 17:44, 20 July 2009

Project Structure

The PDE project is structured into four major components: api tools, build, ui and incubator.

API Tools

TODO

Build

TODO

UI

TODO

Incubator

Incubator components vary in maturity level and are supported by the component leads.

Getting Started

The PDE project places a very high value on community contributions. This document is intended to help those interested contribute to PDE. It communicates our conventions and discusses ways to get your contributions prioritized.

Individual Contributors

TODO

Contributor Links

Workspace

The recommended way to work with PDE is by checking them out of CVS. Doing this makes it easy to try the latest changes and work with patches and ensures that you can easily browse the source code and documentation.

Setup

TODO

Tests

TODO

Back to the top