Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This will fetch the code directly from the project's main git repository, allowi
The [General Contributor Guide](CONTRIBUTING.md) describes how to use these setups in detail, and you can consult the associated project specific _Contributor Guides_ listed in the table below.
After that, each project has its own contribution rules, but overall, they are quite similar and typically involve submitting your work as a Pull Request on GitHub or as a Change on GerritHub.

| Project | Repository and Setup | Description | Contribution Page and Good First Issues |
| Project | Repository and Setup | Description | Contribution Page and Good First Issues |
|---------|------------|-------------|-------------------|
| **[Eclipse Platform](https://github.com/eclipse-platform)** | [![Create Eclipse Development Environment](https://img.shields.io/badge/Setup-orange?style=flat-square)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/PlatformSDKConfiguration.setup&show=true "Drag this link on the banner of the Eclipse Installer") The complete Eclipse SDK | The global [Eclipse Platform project](https://projects.eclipse.org/projects/eclipse.platform) | [Contributor Guide](https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md) |
| | [![Create Eclipse Development Environment](https://img.shields.io/badge/Setup-orange?style=flat-square)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-platform/eclipse.platform/master/releng/org.eclipse.platform.setup/PlatformConfiguration.setup&show=true "Drag this link on the banner of the Eclipse Installer") [eclipse.platform](https://github.com/eclipse-platform/eclipse.platform) | The repository with all the code that is not UI concerned | [Good First Issues](https://github.com/eclipse-platform/eclipse.platform/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) |
Expand All @@ -38,3 +38,7 @@ After that, each project has its own contribution rules, but overall, they are q
| | | |
| **[M2E](https://github.com/eclipse-m2e/)** | | The [Maven2eclipse project](https://projects.eclipse.org/projects/technology.m2e) | [Contributor Guide](https://github.com/eclipse-m2e/m2e-core/blob/master/CONTRIBUTING.md) |
| | [![Create Eclipse Development Environment](https://img.shields.io/badge/Setup-orange?style=flat-square)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2eDevelopmentEnvironmentConfiguration.setup&show=true "Drag this link on the banner of the Eclipse Installer") [m2e-core](https://github.com/eclipse-m2e/m2e-core) | The Maven integration for Eclipse| [Good First Issues](https://github.com/eclipse-m2e/m2e-core/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) |
| | | |
| **[JGit](https://github.com/eclipse-jgit)/[Egit](https://github.com/eclipse-egit/)** | [![Create Eclipse Development Environment](https://img.shields.io/badge/Setup-orange?style=flat-square)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-egit/egit/refs/heads/master/tools/oomph/EGit.setup&show=true "Drag this link on the banner of the Eclipse Installer") for [JGit](https://github.com/eclipse-jgit/jgit/) and [EGit](https://github.com/eclipse-egit/egit/) | Git integration | [Contributor Guide](https://github.com/eclipse-egit/egit/wiki/Contributor-Guide) |
| | [JGit on GerritHub](https://eclipse.gerrithub.io/admin/repos/eclipse-jgit/jgit,general) | The [JGit project](https://projects.eclipse.org/projects/technology.jgit) provides the Java implementation of git | [Issues](https://github.com/eclipse-jgit/jgit/issues) / [Discussions](https://github.com/eclipse-jgit/jgit/discussions) |
| | [EGit on GerritHub](https://eclipse.gerrithub.io/admin/repos/eclipse-egit/egit,general) | The [EGit project](https://projects.eclipse.org/projects/technology.egit) provides the git integration of Eclipse | [Issues](https://github.com/eclipse-egit/egit/issues) / [Discussions](https://github.com/eclipse-egit/egit/discussions) |