You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This will fetch the code directly from the project's main git repository, allowi
17
17
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.
18
18
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.
19
19
20
-
| Project | Repository and Setup | Description | Contribution Page and Good First Issues |
20
+
| Project | Repository and Setup | Description | Contribution Page and Good First Issues |
|**[Eclipse Platform](https://github.com/eclipse-platform)**|[](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)|
23
23
||[](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)|
@@ -38,3 +38,7 @@ After that, each project has its own contribution rules, but overall, they are q
38
38
||||
39
39
|**[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)|
40
40
||[](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)|
41
+
||||
42
+
|**Git integration**|[](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")[JGit](https://github.com/eclipse-jgit/jgit/) and [EGit](https://github.com/eclipse-egit/egit/)| JGit and EGit |[Contributor Guide](https://github.com/eclipse-egit/egit/wiki/Contributor-Guide)|
43
+
||[JGit on GerritHub](https://eclipse.gerrithub.io/admin/repos/eclipse-jgit/jgit,general)| The [JGit project](https://projects.eclipse.org/projects/technology.jgit)|[Issues](https://github.com/eclipse-jgit/jgit/issues) / [Discussions](https://github.com/eclipse-jgit/jgit/discussions)|
44
+
||[EGit on GerritHub](https://eclipse.gerrithub.io/admin/repos/eclipse-egit/egit,general)| The [EGit project](https://projects.eclipse.org/projects/technology.egit)|[Issues](https://github.com/eclipse-egit/egit/issues) / [Discussions](https://github.com/eclipse-egit/egit/discussions)|
0 commit comments