Problem/Motivation

To appear nice in the project browser the recipe needs a project image (Avatar for Gitlab project).
See documentation on how to create the logo and what are the requirements here https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib...

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

a.dmitriiev created an issue. See original summary.

a.dmitriiev’s picture

This is needed, as the recipe was added to the list of recommended recipes by AI Initiative (see related issue)

alxdemi’s picture

Assigned: Unassigned » alxdemi

alxdemi’s picture

Status: Active » Needs review

## Changes
- Added `logo.png` (repo root)
- Added `logo.svg.txt` (repo root)
- Updated `composer.json`:
- `extra.drupal_project_data.logo_url: "logo.png"`

## How to test
1. Confirm files exist: `logo.png`, `logo.svg.txt`
2. Confirm `composer.json` includes `extra.drupal_project_data.logo_url`
3. Run:
```bash
composer validate --no-check-publish

a.dmitriiev’s picture

Status: Needs review » Reviewed & tested by the community

The logo looks good to me, setting to RTBC.

alxdemi’s picture

Assigned: alxdemi » Unassigned

  • alxdemi committed b317ff72 on 1.0.x
    Issue #3574799: Add project logo metadata and logo assets
    
kelly.m.jacobs’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

kelly.m.jacobs’s picture

Merged and put into a release

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.