Skip to content
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

Add a note about exercise ordering in the launch checklist #18

Merged
merged 1 commit into from
Apr 3, 2017
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
2 changes: 2 additions & 0 deletions CHECKLIST
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The topics can be an empty list, and the difficulty level is from 1 to 10, and c
]
```

Problems are delivered to users in the same order that they are listed in this "exercises" array. Try to order them by increasing difficulty, but don't worry too much—it can always be adjusted later.

## Step 2: Prepare the Track for Launch

- [ ] Define `test_pattern` in `config.json`
Expand Down