Skip to content

Replace exercise reference in concepts document #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions building/tracks/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,17 @@ Links can also optionally have an `icon_url` field, which can be used to customi

### File: `.meta/config.json`

**Purpose:** Contains meta information on the exercise.
**Purpose:** Contains meta information on the concept.

**Presence:** Required

This file contains meta information on the exercise:
This file contains meta information on the concept:

- `authors`: The GitHub username(s) of the exercise's author(s) (required)
- Including reviewers if their reviews substantially change the exercise (to the extent where it feels like "you got there together")
- `contributors`: The GitHub username(s) of the exercise's contributor(s) (optional)
- `authors`: The GitHub username(s) of the concept's author(s) (required)
- Including reviewers if their reviews substantially change the concept (to the extent where it feels like "you got there together")
- `contributors`: The GitHub username(s) of the concept's contributor(s) (optional)
- Including reviewers if their reviews are meaningful/actionable/actioned.
- `blurb`: A short description of this exercise. Its length must be <= 350. Markdown is _not_ supported (required)
- `blurb`: A short description of this concept. Its length must be <= 350. Markdown is _not_ supported (required)

If someone is both an author _and_ a contributor, only list that person as an author.

Expand Down