seed: curriculum content
This commit is contained in:
27
1.solar-system/1.welcome/03.first-repo/review/review.json
Normal file
27
1.solar-system/1.welcome/03.first-repo/review/review.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"title": "Repo Setup",
|
||||
"icon": "ph:git-branch-duotone",
|
||||
"items": [
|
||||
".git/ exists after running setup.sh",
|
||||
"user.name is set on the repo",
|
||||
"user.email is set and looks like an email"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "File Content",
|
||||
"icon": "ph:file-text-duotone",
|
||||
"items": [
|
||||
"hello-world.txt exists at the repo root",
|
||||
"File contains exactly the line 'Hello, World'"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Commit",
|
||||
"icon": "ph:git-commit-duotone",
|
||||
"items": [
|
||||
"Exactly one commit in git log",
|
||||
"Commit message is exactly 'add hello-world'"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user