Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add summary table for lesson dev tasks in GH #433

Merged
merged 2 commits into from
Oct 25, 2024
Merged
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
16 changes: 16 additions & 0 deletions episodes/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@ 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

To get started, we first need to create a new repository for our lesson.
Expand Down
Loading