From c129511e9c0e528a9d28ff4975fda423b5446a0c Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Fri, 29 Sep 2023 16:35:16 +0200 Subject: [PATCH] Fixes #243 by reminding Trainers to demontsrate how to edit files on GitHub --- episodes/infrastructure.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/episodes/infrastructure.md b/episodes/infrastructure.md index e5d53adfa..f858e074e 100644 --- a/episodes/infrastructure.md +++ b/episodes/infrastructure.md @@ -203,11 +203,13 @@ You may need to wait a few minutes for the website to be generated. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: instructor -### Show the Default Lesson Site +### Orientation for GitHub Novices -For trainees unfamiliar with the relationship between a source repository and rendered website, -it is important to show the default version of the lesson website now -i.e. before beginning to edit `config.yaml`. +1. For trainees unfamiliar with the relationship between a source repository and rendered website, + it is important to show the default version of the lesson website now + i.e. before beginning to edit `config.yaml`. +2. It is also recommended to take time at this point + to demonstrate step-by-step how to edit files in the GitHub web interface. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::