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

Fixed label for 'Create repo from template' button. Fixes #245. #274

Merged
merged 1 commit into from
Sep 18, 2023
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
6 changes: 4 additions & 2 deletions episodes/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,13 @@ following the link above and completing the configuration as follows:
* The name should be descriptive but fairly brief,
with hyphens (`-`) to separate words
* the name can always be changed later, via the repository settings
* make sure the "Include all branches" box is checked to copy all branches from the template
repository
* this is important as lessons are developed in branch `main` but rendered into websites from branch `gh-pages`
* in the "Description" field, write the title of your lesson
* choose "Public" visibility
* make sure the "Include all branches" box is checked

After pressing the _Create repository using this template_ button,
After pressing the _Create repository_ button,
you should be presented with a brand new lesson repository.

TODO insert screenshot of repository structure here
Expand Down