exercism / v3-launch

0 stars 3 forks source link

Flatten authors and contributors in .meta/config.json files #26

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

The authors and contributors of exercises are stored in an array of objects in the exercises' .meta/config.json files. Each author/contributor used to have two properties: their GitHub username and their Exercism username. As we're only using the GitHub username, we're flattening the authors and contributors array to an array of strings representing the GitHub usernames.

We will update configlet to validate the new structure, so you might be seeing build failures once we've implemented this change.

See https://github.com/exercism/docs/pull/90/files