To properly attribute authorship/contributorship for an individual concept, each concept will have its own .meta/config.json file with authors and contributors keys like those for concept and practice exercises. We're also moving the concept's blurb from the track's config.json to the .meta/config.json file, also similar to concept and practice exercises.
To properly attribute authorship/contributorship for an individual concept, each concept will have its own
.meta/config.json
file withauthors
andcontributors
keys like those for concept and practice exercises. We're also moving the concept's blurb from the track'sconfig.json
to the.meta/config.json
file, also similar to concept and practice exercises.See https://github.com/exercism/docs/pull/96/files for the update to the specification.