blob: 86a69382e4c886d62e680719685080d71c50503e [file] [log] [blame]
Contributing to e4 Project
==========================
Thanks for your interest in this project.
Project description:
--------------------
e4 is the incubator for the Eclipse project. Building on current Eclipse and OSGi technology as a solid foundation, its major goals include
Making it easier to write plugins
Allowing better control over the look of Eclipse based products
Providing a uniform, pervasive platform across computing environments (Web / RIA, Desktop, Server, Cloud, Embedded)
Increasing diversity of contributors to the platform
Maintaining backward compatibility for API-clean clients
In order to reach these goals, Eclipse APIs are refactored into services that make up a uniform application model, which supports dependency injection to run in multiple different contexts such as desktop or web; the Workbench is uniformly modeled to provide introspection, flexible shaping, CSS styling and declarative UI markup; SWT target platforms are added to run in the Browser; and many more initiatives in areas such as flexible resources, command recording, scripting, and plugins in other languages. We also look at pervasive themes such as reducing bloat, and many other themes are brought up by the broad community participating in this effort. The mission of the e4 project is to build a next generation platform for pervasive, component-based applications and tools. See the original project proposal for more details.
- https://projects.eclipse.org/projects/eclipse.e4
Developer resources:
--------------------
Project wiki
- http://wiki.eclipse.org/E4/Scripting
Information regarding source code management, builds, coding standards, and more.
- https://projects.eclipse.org/projects/eclipse.e4/developer
Gerrit:
- https://git.eclipse.org/r/#/admin/projects/e4/org.eclipse.e4.scripting
Git repository:
- http://git.eclipse.org/c/e4/org.eclipse.e4.scripting.git/
Contributor License Agreement:
------------------------------
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
- http://www.eclipse.org/legal/CLA.php
Contact:
--------
Contact the project developers via the project's "dev" list.
- https://dev.eclipse.org/mailman/listinfo/eclipse-scripting-dev
Search for bugs:
----------------
This project uses Bugzilla to track ongoing development and issues.
- https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&component=Scripting&product=e4
Create a new bug:
-----------------
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
- https://bugs.eclipse.org/bugs/enter_bug.cgi?product=E4