File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,18 @@ body:
2121 required : true
2222 - type : input
2323 attributes :
24- label : Tour
25- description : Which tour does this exercise belong to?
24+ label : Lesson
25+ description : Which lesson does this exercise belong to? Links are fine
2626 validations :
2727 required : true
2828 - type : textarea
2929 attributes :
30- label : Summary
31- description : Summarize the exercise
30+ label : Instructions for students
31+ description : Instructions to be added to the exercise's `README.md`
32+ placeholder : |
33+ 1. Create a fork
34+ 2. Clone the fork
35+ 3. ...
3236 validations :
3337 required : true
3438 - type : textarea
5761 description : If this exercise requires a remote repository, create this exercise discussion first and then file a request for remote repository
5862 options :
5963 - label : This exercise will likely require a remote repository
60- required : true
64+ required : false
6165 - type : textarea
6266 attributes :
6367 label : Additional remarks
You can’t perform that action at this time.
0 commit comments