From 97063fff86c57cdf7b80c8194c32ffc63d405a2f Mon Sep 17 00:00:00 2001 From: Aleksandra Nenadic Date: Fri, 25 Oct 2024 09:16:51 +0100 Subject: [PATCH 1/2] Add summary table for lesson dev tasks in GH --- episodes/infrastructure.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/episodes/infrastructure.md b/episodes/infrastructure.md index 2483b27e6..3adf765a8 100644 --- a/episodes/infrastructure.md +++ b/episodes/infrastructure.md @@ -93,7 +93,21 @@ For lesson developers, the Workbench makes The Carpentries lesson repositories much simpler to navigate and work with. -::: +Developing lessons using the Carpentries Workbench in GitHub might seem intimidating, especially for those +who are less experienced with collaborative GitHub workflows or unfamiliar with the Workbench. +However, most of the complex infrastructure is hidden from lesson developers, and some setup tasks only +need to be completed once or infrequently. +The table below outlines common tasks that lesson developers perform in GitHub (which you will learn about shortly) +along with how often they are needed. + +| Task | Frequency | +|------------|-----------| +| Create repository | Once | +| Add collaborators | Rarely | +| Edit global lesson configuration file | Rarely | +| Edit lesson front page | Rarely | +| Create a new episode | Often in the early stages of lesson design, rarely after that | +| Edit episode content | Often | ### Creating a Lesson Repository From 3b69d432302b24cfb02b5160b4672c95cec94207 Mon Sep 17 00:00:00 2001 From: Aleksandra Nenadic Date: Fri, 25 Oct 2024 09:33:10 +0100 Subject: [PATCH 2/2] Closes a div --- episodes/infrastructure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/episodes/infrastructure.md b/episodes/infrastructure.md index 3adf765a8..b0cc234a4 100644 --- a/episodes/infrastructure.md +++ b/episodes/infrastructure.md @@ -93,6 +93,8 @@ For lesson developers, the Workbench makes The Carpentries lesson repositories much simpler to navigate and work with. +::: + Developing lessons using the Carpentries Workbench in GitHub might seem intimidating, especially for those who are less experienced with collaborative GitHub workflows or unfamiliar with the Workbench. However, most of the complex infrastructure is hidden from lesson developers, and some setup tasks only