Skip to main content

Who is Considered an Adopter?

Adopters are organizations that voluntarily show their support for any of the Eclipse Cloud DevTools projects they are leveraging. These organizations may be using project technology as the basis for commercial products, for non-commercial tools, or for internal tools.

How Can I Get My Logo Displayed?

You can easily add your organization’s logo to our list of adopters by creating an issue or by submitting a pull request.

Option 1 - Open an Issue

  1. Create a new issue.
  2. Fill out the template in the text editor of the form. You can attach logo files by dragging and dropping them in the text editor.
  3. Click the "create issue" button to submit your request.

Option 2 - Submit a Pull Request

  1. Go to https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters.
  2. Fork the repository.
  3. Update the adopter data file config/adopters.json. If your organization supports multiple projects, another project can be added to the projects list within the organization’s node. The values in this list should be the ID of the project.
  4. Add a colored and a white organization logo to static/assets/images/adopters.
  5. Submit the pull request.

Logo Formats

  • File should be transparent SVG files and compressed for the web.

  • PNG files are accepted as an alternative.

  • The background color needs to be transparent so that it works on colored backgrounds.

  • The white version is required for some contexts, and that version needs to be transparent as well as it will not always appear on a white background. See here for an example.

For any questions or to provide feedback, please contact us.

Back to the top