Skip to content
Open
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ template:
# 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
- type: createIssue
title: Welcome
body: welcome-text.md

# 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:
- title: # the title of the step, shown to the learner in the course progress page
description: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
event: # a list of the actions that will occur when the step is triggered by an event
- title: # the title of the step, shown to the learner in the course progress page
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- title: # the title of the step, shown to the learner in the course progress page
- title: Create a new PR

description: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
description: Add your name to the README.md file in your new PR

event: # a list of the actions that will occur when the step is triggered by an event
actions:
- 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
#
- 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
#
# - type:
# option:
#
Expand Down
1 change: 1 addition & 0 deletions responses/pr-opened.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hey you opened your PR!
6 changes: 6 additions & 0 deletions responses/welcome-text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Welcome
This is going to be an interactive exercise.
You will be required to create pull-requests and commits to a newly cloned repository.

## Let's begin
Create a pull-request to verify you understand the communication channel between us.