Overview

To minimize the likelihood of Item metadata rendering issues on the Community Hub dashboard, we recommend you use either GitHub Flavored Markdown or GitLab Flavoured Markdown languages for any content you add to the description attribute (review Prepare your Item for reference).

In general, some good practices we recommend include:

Example Repositories

You are encouraged to take inspiration or borrow from EWC Items and adopt similar implementation patterns, helping to increase the overall consistency of the Community Hub. Feel free to review the structure, README or CONTRIBUTING style, CI/CD automation, and dependencies of Items according to their technology classification, starting with examples such as:

Whenever possible reuse dependencies, especially those listed in EWC Items. These are well-maintained and versatile building blocks designed to perform only one task, but perform it in the best possible way. EWC building blocks are publicly available as GitHub repositories, at https://github.com/orgs/ewcloud/repositories.

Related Articles