File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Submit Exercise for Review
3+ about : Creating a new exercise for Git-Mastery? Submit it through exercise review.
4+ title : [Exercise Review]
5+ labels : exercise-review
6+ assignees : woojiahao
7+ ---
8+
9+ # Exercise Review
10+
11+ ## Exercise Objectives
12+
13+ - What are the objectives of this exercise?
14+ - Which tour and lesson does this exercise belong to?
15+ - What are the core concepts tested in this exercise?
16+
17+ ## Exercise Grading Setup
18+
19+ - How is the exercise setup for the exercise?
20+ - What is the grading scheme for the exercise?
21+
22+ ## Checklist
23+
24+ - [ ] Have you written unit tests using [ ` repo-smith ` ] ( https://github.com/git-mastery/repo-smith ) to validate the exercise grading scheme?
25+ - [ ] Have you tested the download script using ` test-download.sh ` ?
26+ - [ ] Have you verified that this exercise does not already exist or is not currently in review?
27+ - [ ] Did you introduce a new grading mechanism that should belong to [ ` git-autograder ` ] ( https://github.com/git-mastery/git-autograder ) ?
28+ - [ ] Did you introduce a new dependency that should belong to [ ` app ` ] ( https://github.com/git-mastery/app ) ?
You can’t perform that action at this time.
0 commit comments