Skip to content

Commit 1d4f736

Browse files
ErikSchierboomiHiD
authored andcommitted
Add placeholder blurb to Concept Exercise .meta/config.json files
Each Concept 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 (e.g. https://exercism.lol/tracks/csharp/exercises). This commit adds a placeholder blurb to the .meta/config.json file of each Concept Exercise. See [the spec](https://github.com/exercism/docs/blob/main/anatomy/tracks/concept-exercises.md#file-metaconfigjson) for more information.
1 parent 4b9158b commit 1d4f736

File tree

1 file changed

+13
-4
lines changed
  • exercises/concept/lucians-luscious-lasagna/.meta

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "TODO: add blurb for lucians-luscious-lasagna exercise",
23
"authors": [
34
{
45
"github_username": "mpizenberg",
@@ -9,10 +10,18 @@
910
"exercism_username": "ceddlyburge"
1011
}
1112
],
12-
"forked_from": ["fsharp/lucians-luscious-lasagna"],
13+
"forked_from": [
14+
"fsharp/lucians-luscious-lasagna"
15+
],
1316
"files": {
14-
"solution": ["src/LuciansLusciousLasagna.elm"],
15-
"test": ["tests/Tests.elm"],
16-
"exemplar": [".meta/Exemplar.elm"]
17+
"solution": [
18+
"src/LuciansLusciousLasagna.elm"
19+
],
20+
"test": [
21+
"tests/Tests.elm"
22+
],
23+
"exemplar": [
24+
".meta/Exemplar.elm"
25+
]
1726
}
1827
}

0 commit comments

Comments
 (0)