Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.65 KB

Contributing to Eclipse ImageN

Eclipse ImageN is an image processing library providing a modern java api and a pure java implementation.

Before you start

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Contributor Agreement (ECA).

  1. Read the Eclipse Contributor Agreement (ECA).
  2. Use the form to complete and submit a ECA.
  3. You can use the validate page to check if you have already signed up.

Please use the same email address for the Eclipse website and GitHub. We have a ip-validation check on GitHub confirming each pull-request is from someone who has agreed to contribute to the project.

Repository and Branches

The project repository is located on GitHub: github.com/eclipse/imagen

We maintain a single branch, tagging each release:

  • master - this is where live development happens, we ask that incoming pull requests be made against this branch

Pull Requests

Participation is encouraged using the github fork and pull request workflow:

  • Include test case demonstrating functionality
  • Contributions are expected to pass all tests and not break the build
  • Any new files must include an appropriate Apache License header