Skip to content

Commit a76a133

Browse files
authored
refactor: Rename exercise to "Getting Started with GitHub Copilot"
1 parent e4bd6eb commit a76a133

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/steps/1-preparing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Step 1: Hello Copilot
22

3-
Welcome to your **"Accelerate with GitHub Copilot"** exercise! :robot:
3+
Welcome to your **"Getting Started with GitHub Copilot"** exercise! :robot:
44

55
In this exercise, you will be using different GitHub Copilot features to work on a website that allows students of Mergington High School to sign up for extracurricular activities. 🎻 ⚽️ ♟️
66

@@ -36,7 +36,7 @@ Let's start up our development environment, use copilot to learn a bit about the
3636
1. Confirm the **Repository** field is your copy of the exercise, not the original, then click the green **Create Codespace** button.
3737

3838
- ✅ Your copy: `/{{{full_repo_name}}}`
39-
- ❌ Original: `/skills/accelerate-with-copilot`
39+
- ❌ Original: `/skills/getting-started-with-github-copilot`
4040

4141
1. Wait a moment for Visual Studio Code to load in your browser.
4242

.github/workflows/0-start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
issues: write
1212

1313
env:
14-
EXERCISE_NAME: "Accelerate with GitHub Copilot"
14+
EXERCISE_NAME: "Getting Started with GitHub Copilot"
1515
INTRO_MESSAGE: "Welcome to the exciting world of GitHub Copilot! 🚀 In this exercise, you'll unlock the potential of this AI-powered coding assistant to accelerate your development process. Let's dive in and have some fun exploring the future of coding together! 💻✨"
1616
STEP_1_FILE: ".github/steps/1-preparing.md"
1717

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Accelerate with GitHub Copilot
1+
# Getting Started with GitHub Copilot
22

33
![](../../actions/workflows/1-preparing.yml/badge.svg)
44
![](../../actions/workflows/2-first-introduction.yml/badge.svg)
@@ -25,7 +25,7 @@ In this exercise, you will:
2525

2626
1. Right-click **Copy Exercise** and open the link in a new tab.
2727

28-
<a id="copy-exercise" href="https://github.com/new?template_owner=skills&template_name=accelerate-with-copilot&owner=%40me&name=skills-accelerate-with-copilot&description=Exercise:+Get+started+using+GitHub+Copilot&visibility=public">
28+
<a id="copy-exercise" href="https://github.com/new?template_owner=skills&template_name=getting-started-with-github-copilot&owner=%40me&name=skills-getting-started-with-github-copilot&description=Exercise:+Get+started+using+GitHub+Copilot&visibility=public">
2929
<img src="https://img.shields.io/badge/📠_Copy_Exercise-008000" height="25pt"/>
3030
</a>
3131

0 commit comments

Comments
 (0)