Add a factory badge for first-time contributors

Add a badge with a link to your Che instance to enable first-time contributors to start a workspace with a project.

Factory badge
Figure 1. Factory badge
Prerequisites
  • You have a running Che instance.

  • You have a project repository hosted on a Git provider.

Procedure
  • Substitute your Che URL (https://<che_fqdn>) and repository URL (<your_repository_url>), and add the link to your repository in the project README.md file.

    [![Contribute](https://www.eclipse.org/che/contribute.svg)](https://<che_fqdn>/#https://<your_repository_url>)
Verification
  • The README.md file in your Git provider web interface displays the Factory badge factory badge. Click the badge to open a workspace with your project in your Che instance.