File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 11name : Exercise Discussions
22description : Want to create a new exercise for Git-Mastery? Discuss the details of the exercise with the Git-Mastery team first.
3- title : " [Exercise Discussion]"
3+ title : " [Exercise Discussion] "
44labels : ["exercise discussion"]
55type : " Discussion"
66assignees :
@@ -21,20 +21,28 @@ body:
2121 required : true
2222 - type : input
2323 attributes :
24- label : Tour number
24+ label : Tour
2525 description : Which tour does this exercise belong to?
2626 validations :
2727 required : true
28+ - type : textarea
29+ attributes :
30+ label : Summary
31+ description : Summarize the exercise
32+ validations :
33+ required : true
2834 - type : textarea
2935 attributes :
3036 label : Exercise learning outcomes
31- description : What is the proposed exercise's learning outcomes?
37+ description : What is the exercise's learning outcomes?
38+ placeholder : Git concepts tested, lessons covered, etc.
3239 validations :
3340 required : true
3441 - type : textarea
3542 attributes :
3643 label : Exercise setup
3744 description : How will the exercise be setup on the student's machine?
45+ placeholder : What will the starting exercise look like? What files are necessary for this exercise?
3846 validations :
3947 required : true
4048 - type : textarea
5664 description : Any other remarks about this exercise discussion?
5765 validations :
5866 required : false
67+ - type : markdown
68+ attributes :
69+ value : |
70+ # Next steps
71+
72+ The Git-Mastery team will review your exercise discussion and continue from there.
You can’t perform that action at this time.
0 commit comments