Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose a topic for your course #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,35 @@ before:
# Create one step for each action that a learner will complete

steps:
# Step 1: INTERNAL COMMENT DESCRIBING STEP
# Step 1: EDIT HERE - 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
# Step 2: EDIT HERE -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
# Step 3: EDIT HERE - 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
# Step 4: EDIT HERE - 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
# Step 5: EDIT HERE - 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/
Expand Down