From c2ffb13767cd0a0730b28b0a2e74f6d3ed64ceca Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Fri, 29 Nov 2019 10:54:49 +0100 Subject: [PATCH 1/3] add course planning doc --- course-planning.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 course-planning.md diff --git a/course-planning.md b/course-planning.md new file mode 100644 index 0000000..47f46f4 --- /dev/null +++ b/course-planning.md @@ -0,0 +1,34 @@ +# Course planning + +Let's use this document to plan the course. Later, we'll move to the `config.yml` file. + +## What's the course about? + +First, what is the course about? You should have decided this in the last step. + +## What are the smaller steps? + +You're probably breaking down what you want to teach into smaller learning objectives or steps. Here are some examples that we can use throughout the course, in case you aren't feeling very creative today. + +### Course example: Writing Markdown + +- Identify the file type (.md) +- Write headers +- Write bold and italics +- Write unordered lists +- Write ordered lists +- Write links +- Include images + + + +### Your course: + +- +- +- +- +- +- +- +- \ No newline at end of file From 8e6c24c2463d87d620cac6d3c7225d8d897343b7 Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Mon, 23 Dec 2019 15:35:03 +0100 Subject: [PATCH 2/3] remove course-planning doc --- course-planning.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 course-planning.md diff --git a/course-planning.md b/course-planning.md deleted file mode 100644 index 47f46f4..0000000 --- a/course-planning.md +++ /dev/null @@ -1,34 +0,0 @@ -# Course planning - -Let's use this document to plan the course. Later, we'll move to the `config.yml` file. - -## What's the course about? - -First, what is the course about? You should have decided this in the last step. - -## What are the smaller steps? - -You're probably breaking down what you want to teach into smaller learning objectives or steps. Here are some examples that we can use throughout the course, in case you aren't feeling very creative today. - -### Course example: Writing Markdown - -- Identify the file type (.md) -- Write headers -- Write bold and italics -- Write unordered lists -- Write ordered lists -- Write links -- Include images - - - -### Your course: - -- -- -- -- -- -- -- -- \ No newline at end of file From 7e1c65c8e4cc9e7531d83da7be9ee804db427e12 Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Mon, 23 Dec 2019 15:35:36 +0100 Subject: [PATCH 3/3] give something changed on this branch --- config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index c474886..b191a97 100644 --- a/config.yml +++ b/config.yml @@ -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/