From e18e7964e5848b65e0fb7a6f7c5c3f429ff40576 Mon Sep 17 00:00:00 2001 From: githubteacher Date: Wed, 30 Jan 2019 13:51:40 -0500 Subject: [PATCH 1/5] change the steps block --- config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.yml b/config.yml index bde5e01..02fe925 100644 --- a/config.yml +++ b/config.yml @@ -25,14 +25,14 @@ before: # 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 + 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 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: # From c902db9c52f99139ce298c141792da5e15bb1ae9 Mon Sep 17 00:00:00 2001 From: githubteacher Date: Wed, 30 Jan 2019 13:55:16 -0500 Subject: [PATCH 2/5] change before block --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 02fe925..0a93f71 100644 --- a/config.yml +++ b/config.yml @@ -16,9 +16,9 @@ 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: # 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 From 0a1b373db4812d9573174f2992c8ba468218179a Mon Sep 17 00:00:00 2001 From: githubteacher Date: Wed, 30 Jan 2019 14:31:37 -0500 Subject: [PATCH 3/5] Create pr-opened.md --- responses/pr-opened.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 responses/pr-opened.md diff --git a/responses/pr-opened.md b/responses/pr-opened.md new file mode 100644 index 0000000..ccd3c73 --- /dev/null +++ b/responses/pr-opened.md @@ -0,0 +1 @@ +Hey you opened your PR! From f95f308d30e632fe504495d49ae7b3300583a893 Mon Sep 17 00:00:00 2001 From: danielorbach <49489492+danielorbach@users.noreply.github.com> Date: Sat, 27 Jul 2019 15:23:44 +0300 Subject: [PATCH 4/5] Apply suggestions from code review Co-Authored-By: github-learning-lab[bot] <37936606+github-learning-lab[bot]@users.noreply.github.com> --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 0a93f71..e676491 100644 --- a/config.yml +++ b/config.yml @@ -16,9 +16,9 @@ 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 From b53cf54f89cc12933f2f0b80ec5eddf88843004f Mon Sep 17 00:00:00 2001 From: danielorbach <49489492+danielorbach@users.noreply.github.com> Date: Sat, 27 Jul 2019 15:33:32 +0300 Subject: [PATCH 5/5] Update and rename responses to responses/welcome-text.md --- responses/welcome-text.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 responses/welcome-text.md diff --git a/responses/welcome-text.md b/responses/welcome-text.md new file mode 100644 index 0000000..0026326 --- /dev/null +++ b/responses/welcome-text.md @@ -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.