exercism / v3-launch

0 stars 3 forks source link

Fix "family" icon names #30

Open ErikSchierboom opened 3 years ago

ErikSchierboom commented 3 years ago

There are lots of concept exercises that have similar, but different slugs. For example, the lasagna exercise varies per track (lasagna, guidos-gorgeous-lasagna, lucians-luscious-lasagna, and more). As these slugs won't match any icon, we need to specify the icon in the exercise's .meta/config.json file in an icon field.

We should do a bulk PR across tracks to fix these family icon names. This should be repeated once more icons have been added.

See https://github.com/exercism/v3-project-management/issues/212