exercism / coffeescript

Exercism exercises in CoffeeScript.
https://exercism.org/tracks/coffeescript
MIT License
19 stars 50 forks source link

🤖 Add blurb to .meta/config.json files #143

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

Each Concept and Practice Exercise will have to define a blurb, which is a short description of the exercise. The blurb will be displayed on a track's exercises page and on exercise tooltips. For example:

Screenshot 2021-03-02 at 13 25 38 Screenshot 2021-03-02 at 13 25 51

Blurbs must be limited to 350 chars and will be truncated in some views.

For Practice Exercises that are based on an exercise defined in the problem-specification repo, the blurb must match the contents of the problem-specifications exercises, which is defined in its metadata.yml file. In this PR, we'll do an initial syncing of the blurb. The new configlet version will add support for doing this syncing automatically.

If the Practice Exercise was not based on a problems-specifications exercise, we've used the blurb from its .meta/metadata.yml file as the blurb in the .meta/config.json file.

See the Practice Exercise spec for more information.

Tracking

https://github.com/exercism/v3-launch/issues/21