Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 75a1778

Browse files
committed
Formatting updates for consistency
1 parent 575a19e commit 75a1778

10 files changed

+63
-11
lines changed

.github/steps/1-copilot-extension.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!--
2+
<<< Author notes: Step 1 >>>
3+
Choose 3-5 steps for your course.
4+
The first step is always the hardest, so pick something easy!
5+
Link to docs.github.com for further explanations.
6+
Encourage users to open new tabs for steps!
7+
-->
8+
19
## Step 1: Leverage Codespaces with VS Code for Copilot
210

311
_Welcome to " Develop With AI Powered Code Suggestions Using GitHub Copilot and VS Code"! :wave:_

.github/steps/2-skills-javascript.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
<<< Author notes: Step 2 >>>
3+
Start this step by acknowledging the previous step.
4+
Define terms and link to docs.github.com.
5+
-->
6+
17
## Step 2: Seeing AI code suggestions in a Javascript file!
28

39
_Nice work! :tada: You created a Codespace using a devcontainer file that installed Copilot!_

.github/steps/3-copilot-hub.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
<<< Author notes: Step 3 >>>
3+
Start this step by acknowledging the previous step.
4+
Define terms and link to docs.github.com.
5+
-->
6+
17
## Step 3: View the GitHub Copilot tab with multiple suggestions
28

39
_Nice work! You just used AI code suggestions within a Javascript file by using GitHub Copilot :sparkles:_

.github/steps/4-copilot-comment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
<<< Author notes: Step 4 >>>
3+
Start this step by acknowledging the previous step.
4+
Define terms and link to docs.github.com.
5+
-->
6+
17
## Step 4: Using comments to generate code with Copilot
28

39
_Nicely done utilizing the Copilot tab!_ :partying_face:

.github/steps/X-finish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
<<< Author notes: Finish >>>
3+
Review what we learned, ask for feedback, provide next steps.
4+
-->
5+
16
## Finish
27

38
_Congratulations friend, you've completed this course!_

.github/workflows/1-copilot-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Step 1, 1-Copilot Extension in a Codespace
1+
name: Step 1, Copilot Extension in a Codespace
22

33
# This step triggers after push to main#devcontainer.json.
44
# This workflow updates from step 1 to step 2.

.github/workflows/2-skills-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Step 2, 2-Javascript function
1+
name: Step 2, Javascript function
22

33
# This step triggers after push to main#skills.js.
44
# This workflow updates from step 2 to step 3.

.github/workflows/3-copilot-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Step 3, 3-Copilot hub suggestion
1+
name: Step 3, Copilot hub suggestion
22

33
# This step triggers after push to main#member.js.
44
# This workflow updates from step 3 to step 4.

.github/workflows/4-copilot-comment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Step 4, 4-Add Copilot suggestion from comment
1+
name: Step 4, Add Copilot suggestion from comment
2+
23
# This step triggers after push to main#comments.js.
34
# This step updates from step 3 to step 4.
45

README.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
11
<header>
22

3-
# Develop With AI Powered Code Suggestions Using GitHub Copilot and VS Code
3+
<!--
4+
<<< Author notes: Course header >>>
5+
Read <https://skills.github.com/quickstart> for more information about how to build courses using this template.
6+
Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
7+
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
8+
Next to "About", add description & tags; disable releases, packages, & environments.
9+
Add your open source license, GitHub uses the MIT license.
10+
-->
11+
12+
# Code with GitHub Copilot
413

5-
_GitHub Copilot can help you code by offering autocomplete-style suggestions._
14+
_GitHub Copilot can help you code by offering autocomplete-style suggestions right in VS Code and Codespaces._
615

716
</header>
817

18+
<!--
19+
<<< Author notes: Course start >>>
20+
Include start button, a note about Actions minutes,
21+
and tell the learner why they should take the course.
22+
-->
23+
924
GitHub Copilot can help you code by offering autocomplete-style suggestions. You can learn how GitHub Copilot works, and what to consider while using GitHub Copilot. GitHub Copilot analyzes the context in the file you are editing, as well as related files, and offers suggestions from within your text editor. GitHub Copilot is powered by OpenAI Codex, a new AI system created by OpenAI.
1025

11-
- **Who this is for**: Developers, DevOps Engineers, Software development managers, Testers
12-
- **What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments
13-
- **What you'll build**: Javascript files that will have code generated by Copilot AI for code and comment suggestions
14-
- **Prerequisites**: To use GitHub Copilot you must have an active GitHub Copilot subscription. Sign up for 60 days free [Copilot](https://github.com/settings/copilot)
15-
- **Timing**: This course can be completed in under an hour
26+
- **Who this is for**: Developers, DevOps Engineers, Software development managers, Testers.
27+
- **What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments.
28+
- **What you'll build**: Javascript files that will have code generated by Copilot AI for code and comment suggestions.
29+
- **Prerequisites**: To use GitHub Copilot you must have an active GitHub Copilot subscription. Sign up for 60 days free [Copilot](https://github.com/settings/copilot).
30+
- **Timing**: This course can be completed in under an hour.
1631

1732
### How to start this course
1833

@@ -38,6 +53,11 @@ GitHub Copilot can help you code by offering autocomplete-style suggestions. You
3853

3954
<footer>
4055

56+
<!--
57+
<<< Author notes: Footer >>>
58+
Add a link to get support, GitHub status page, code of conduct, license link.
59+
-->
60+
4161
---
4262

4363
Get help: [Post in our discussion board](https://github.com/skills/.github/discussions) &bull; [Review the GitHub status page](https://www.githubstatus.com/)

0 commit comments

Comments
 (0)