Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit fd9ecee

Browse files
committed
clarify draft and publish states
1 parent fae0ac9 commit fd9ecee

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

responses/how-to-publish.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
Since Learning Lab courses must be owned by your organization, you'll need to [fork](https://help.github.com/articles/fork-a-repo/) the course and template repositories there first. Here are the instructions:
22

3-
## Publish the course
3+
## Create the draft course
44
1. Choose an organization that will house your Learning Lab courses. You may have done this prior to taking the course.
55
1. Confirm that you are an owner of the chosen Learning Lab course organization, or a member of a team named **lab-assistants** in that organization.
66
1. [Fork this repository]({{ url }}) to your chosen organization.
77
1. [Fork the template repository](https://github.com/githubtraining/lab-starter-template/fork) to your chosen organization.
88
1. Navigate to `https://lab.github.com/YOUR-ORGANIZATION/new`
99
1. In the Repository name field, type in **{{ repo }}**
10-
1. We recommend selecting **Private** so you can test the course with other members of the organization before making it public.
11-
1. Take the course, which should be available at https://lab.github.com/YOUR-ORGANIZATION/{{ repo }}
10+
1. Take the draft course, which should be available at https://lab.github.com/YOUR-ORGANIZATION/{{ repo }}
11+
12+
You can continue to [work on your course](https://lab.github.com/docs/testing#test-your-course) while it is in draft -- it will only be visible to you and other administrators of your repo.
13+
14+
## Publish the course
15+
16+
When you're ready to [publish your course](https://lab.github.com/docs/publishing), just go to your course's administration panel and click the button!

0 commit comments

Comments
 (0)