Skip to content

Commit e6a6b56

Browse files
committed
Add JGit and EGit to the list of projects
1 parent d85faee commit e6a6b56

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

projects.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This will fetch the code directly from the project's main git repository, allowi
1717
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.
1818
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.
1919

20-
| Project | Repository and Setup | Description | Contribution Page and Good First Issues |
20+
| Project | Repository and Setup | Description | Contribution Page and Good First Issues |
2121
|---------|------------|-------------|-------------------|
2222
| **[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) |
2323
| | [![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) |
@@ -38,3 +38,7 @@ After that, each project has its own contribution rules, but overall, they are q
3838
| | | |
3939
| **[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) |
4040
| | [![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) |
41+
| | | |
42+
| **Git integration** | [![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") [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

Comments
 (0)