Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.95 KB

CONTRIBUTING.md

File metadata and controls

59 lines (38 loc) · 1.95 KB

Contributing to Eclipse RCPTT

Thanks for your interest in this project.

Project description

Eclipse RCPTT is UI test environment for Eclipse RPC projects. It features its own Eclipse Command Language (ECL) to script test cases.

Developer resources

The project maintains the following source code repositories

This project uses Github Issues to track ongoing development and issues.

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!

Building the source

  • An OpenJDK version 17 is required.
  • Clone the repository: git clone -b master [email protected]:eclipse/org.eclipse.rcptt.git
  • Maven Tycho Build: run build.sh on Unix or or build.cmd in Windows
  • For IDE builds set the active target platform to the latest one in releng/target-platforms.

Coding standards

  • Coding style: please use the formatter.xml in the top directory.

Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must electronically sign the Eclipse Contributor Agreement (ECA).

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 "dev" list.