-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
60 lines (49 loc) · 3.62 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
title: # a name for your Learning Lab course
tagline: # a short description for your Learning Lab course, displayed on the course catalog
description: # a longer description for your Learning Lab course, displayed on the course's landing page
# Repository setup
# The following section template information for the repository
# This will be used when the repository is crated for each individual learner
template:
name: # the name of the repository when it is created for the learner
repo: # the name of the template repository from which to clone for the learner
# `before` block
# Actions to take place after the learner registers, but before they start interacting with their repo
before:
- type: # the type of action, full list at https://lab.github.com/docs/actions/
# some actions require additional options, those should appear below `type:`
# you can execute multiple actions in the `before` block
# Steps for the course
# A list of steps that take the learner through the course
# Create one step for each action that a learner will complete
steps:
# Step 1: INTERNAL COMMENT DESCRIBING STEP
- title: # the title of the step, shown to the learner in the course progress page
description: # a description of the step, shown to the learner in the course progress page
event: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
actions: # a list of the actions that will occur when the step is triggered by an event
- type: # the type of action, full list at https://lab.github.com/docs/actions
# Step 2: INTERNAL COMMENT FOR STEP 2
# - title: # the title of the step, shown to the learner in the course progress page
# description: # a description of the step, shown to the learner in the course progress page
# event: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
# actions: # a list of the actions that will occur when the step is triggered by an event
# - type: # the type of action, full list at https://lab.github.com/docs/actions
# Step 3: INTERNAL COMMENT FOR STEP 3
# - title: # the title of the step, shown to the learner in the course progress page
# description: # a description of the step, shown to the learner in the course progress page
# event: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
# actions: # a list of the actions that will occur when the step is triggered by an event
# - type: # the type of action, full list at https://lab.github.com/docs/actions
# Step 4: INTERNAL COMMENT FOR STEP 4
# - title: # the title of the step, shown to the learner in the course progress page
# description: # a description of the step, shown to the learner in the course progress page
# event: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
# actions: # a list of the actions that will occur when the step is triggered by an event
# - type: # the type of action, full list at https://lab.github.com/docs/actions
# Step 5: INTERNAL COMMENT FOR STEP 5
# - title: # the title of the step, shown to the learner in the course progress page
# description: # a description of the step, shown to the learner in the course progress page
# event: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
# actions: # a list of the actions that will occur when the step is triggered by an event
# - type: # the type of action, full list at https://lab.github.com/docs/actions