V3: [JavaScript] Update .meta/config.json files

Created on 10 Apr 2020  路  6Comments  路  Source: exercism/v3

We've recently introduced a change to the exercise's .meta/config.json format. See the specification for the new format. Please update your exercises's to the new format.

Concretely, this will mean putting moving the author(s) (the people that did the initial PR to add the exercise to your track) should be moved from the contributors key to the authors key. Furthermore, if you've used another exercise as the base of your exercise (i.e. it is a _fork_), please specifying forked exercise in the forked_from array.

For an example on what a PR can look like to update these files, see this F# PR.

statuin-progress tracjavascript

All 6 comments

CC @exercism/javascript

Working on this now.

@aimorris I'm the original author of all JS exercises, except for the single one that we ported (fork).

@SleeplessByte Was it the booleans exercise that was ported?

If so, where from?

I'm fairly certain that the booleans exercise was not ported and was created by @ovidiu141.

@ErikSchierboom That's what I thought from looking through the PR's for other languages. I've moved my PR from draft now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tehsphinx picture tehsphinx  路  7Comments

tehsphinx picture tehsphinx  路  4Comments

tehsphinx picture tehsphinx  路  5Comments

oanaOM picture oanaOM  路  6Comments

TheLostLambda picture TheLostLambda  路  3Comments