| # Contributing to Eclipse Oomph |
| |
| Thanks for your interest in this project. |
| |
| ## Project description |
| |
| The Eclipse Oomph project provides tools based on extensible frameworks, |
| packaged as fine-grained features that allow consumers to pick and choose. |
| |
| * https://projects.eclipse.org/projects/tools.oomph |
| |
| ## Developer resources |
| |
| Information regarding source code management, builds, coding standards, and |
| more. |
| |
| * https://projects.eclipse.org/projects/tools.oomph/developer |
| |
| The project maintains the following source code repositories |
| |
| * https://git.eclipse.org/c/oomph/org.eclipse.oomph.git |
| * https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git |
| * https://git.eclipse.org/c/oomph/org.eclipse.oomph.setups.git |
| * https://git.eclipse.org/c/oomph/uss.git |
| |
| This project uses Bugzilla to track ongoing development and issues. |
| |
| * Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=Oomph |
| * Create a new report: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Oomph |
| |
| Be sure to search for existing bugs before you create another one. Remember that |
| contributions are always welcome! |
| |
| This project is built Maven/Tycho. |
| Instructions for setting up a development environment and for replicating the build locally are provided here: |
| |
| * https://ci.eclipse.org/oomph/ |
| |
| ## Eclipse Development Process |
| |
| This Eclipse Foundation open project is governed by the Eclipse Foundation |
| Development Process and operates under the terms of the Eclipse IP Policy. |
| |
| ## Eclipse Contributor Agreement |
| |
| Before your contribution can be accepted by the project team contributors must |
| electronically sign the Eclipse Contributor Agreement (ECA). |
| |
| * http://www.eclipse.org/legal/ECA.php |
| |
| Commits that are provided by non-committers must have a Signed-off-by field in |
| the footer indicating that the author is aware of the terms by which the |
| contribution has been provided to the project. The non-committer must |
| additionally have an Eclipse Foundation account and must have a signed Eclipse |
| Contributor Agreement (ECA) on file. |
| |
| For more information, please see the Eclipse Committer Handbook: |
| https://www.eclipse.org/projects/handbook/#resources-commit |
| |
| ## Contact |
| |
| Contact the project developers via the project's forum or "dev" list. |
| |
| * https://www.eclipse.org/forums/index.php?t=thread&frm_id=287 |
| * https://dev.eclipse.org/mailman/listinfo/oomph-dev |
| |