Files
curriculum/1.solar-system/1.welcome/03.first-repo/review/review.json

28 lines
609 B
JSON

[
{
"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'"
]
}
]