-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update course_guide_learners_static.md #13
Conversation
Copied contents of the individual issue markdowns and removed/modified actions related to issue opening/closing/commenting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial review, now we are chatting!
@@ -1,486 +1,569 @@ | |||
<details> | |||
<summary><h2>How to start working on a new project</h2></summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still want all the issue names to appear as collapsible headers just like the previous version had to help keep things organized.
Here is an example of that.
<details>
<summary><h2>The section name</h2></summary>
THE CONTENT
</details>
Will create this:
The section name
THE CONTENT
---------------------------------------------------------------------------------------------------------------- | ||
**Action:** Close this issue after you read about the workflow and proceed to the next issue in sequential | ||
order. | ||
---------------------------------------------------------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer need this action :)
---------------------------------------------------------------------------------------------------------------- | |
**Action:** Close this issue after you read about the workflow and proceed to the next issue in sequential | |
order. | |
---------------------------------------------------------------------------------------------------------------- |
@@ -1,486 +1,569 @@ | |||
<details> | |||
<summary><h2>How to start working on a new project</h2></summary> | |||
Scenario: You are pointed to a code repository on GitHub (this one) for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An example of how to start a collapsible section.
Scenario: You are pointed to a code repository on GitHub (this one) for | |
<details> | |
<summary><h2>How to start working on a new project</h2></summary> | |
Scenario: You are pointed to a code repository on GitHub (this one) for |
We are going to walk through each of these steps within the workflow in | ||
this lesson. We will also learn about merge conflicts and what a | ||
`.gitignore` file is all about. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An example of how to close out a collapsible section.
</details> |
`remote` because it is online. | ||
|
||
------------------------------------------------------------------------------------------------- | ||
**Action:** Link your cloned repository to the upstream remote. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a whole section missing here? There should be 7 steps right after this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the beginning of the next section is missing?
Fixes #2. Copied contents of the individual issue markdowns and removed/modified actions related to issue opening/closing/commenting.