Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 446df9f32ec4c344b048ac5965e65ba340bf4fbc (plain) (tree)

















































                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
Contributing to EMF Parsley
===========================

Thanks for your interest in this project.

Project description:
--------------------

EMF Parsley is an Eclipse project that provides a set of reusable UI components based on EMF (e.g., trees, tables, forms, views and editors), hiding most of the complexity of internal details, that can be used in your EMF-based plugin out-of-the-box. These parts are highly customizable via a DSL that let change a lot of details even easier and in a very compact form. The DSL is implemented in Xtext, thus, it comes with rich and powerful IDE tooling.

- https://projects.eclipse.org/projects/modeling.emf-parsley

Developer resources:
--------------------

Information regarding source code management, builds, coding standards, and more.

- https://projects.eclipse.org/projects/modeling.emf-parsley/developer

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:
--------

Forums:

- http://www.eclipse.org/forums/eclipse.parsley

Contact the project developers via the project's "dev" list.

- https://dev.eclipse.org/mailman/listinfo/emfparsley-dev

Search for bugs:
----------------

This project uses Bugzilla to track ongoing development and issues.

- https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF.Parsley&

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=EMF.Parsley&

Back to the top