From 63c738b1de417d7d957dacaf3864e94299624557 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:45:24 -0700 Subject: [PATCH 1/4] Indent screenshots in list --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53220a5..5f17139 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,18 @@ During the the GitHub Copilot+Codespaces Playground Demo, you are in charge! You If you are in need of assistance, we have provided Codetours located in the left hand corner that help guide you through the current Copilot capabilities! ## Getting Started -1. To get started, start by selecting 'Use this template', and 'Open in a codespace' -![Screenshot 2023-05-16 at 4 40 46 PM](media/screenshot1.png) +1. To get started, start by selecting **Use this template**, and **Open in a codespace**. -2. Once the codespace has loaded, select 'Codetour' on the lower left corner, and start the JSONtoUser tour! + ![Screenshot 2023-05-16 at 4 40 46 PM](media/screenshot1.png) -![screenshot2](media/screenshot2.png) +2. Once the codespace has loaded, select **CodeTour** in the lower left corner, and start the **JSONtoUser** tour! + ![screenshot2](media/screenshot2.png) 3. Next, select the play button for one of the tours listed. Enjoy! -![screenshot3](media/screenshot3.png) - + ![screenshot3](media/screenshot3.png) ## FAQ
From b7641c19699a5c4fd587b4038973547e023a4960 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:46:09 -0700 Subject: [PATCH 2/4] Fix whitespace-related Markdownlint violations --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5f17139..b24539b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Welcome to the Copilot+Codespaces Playground Demo ## Our Mission + Our goal is to provide a self-serve, one-click Copilot experience that will be hosted on Codespaces. ## What to Expect -During the the GitHub Copilot+Codespaces Playground Demo, you are in charge! You will have the opportunity to learn more about Copilot, it's features and how it can help you achieve your development Goals! -If you are in need of assistance, we have provided Codetours located in the left hand corner that help guide you through the current Copilot capabilities! +During the GitHub Copilot + Codespaces Playground Demo, you are in charge! You will have the opportunity to learn more about GitHub Copilot, its features and how it can help you achieve your development goals! + +If you are in need of assistance, we have provided a CodeTour located in the left-hand corner that help guide you through the current Copilot capabilities! ## Getting Started @@ -23,33 +25,31 @@ During the the GitHub Copilot+Codespaces Playground Demo, you are in charge! You ![screenshot3](media/screenshot3.png) ## FAQ +
What is GitHub Copilot?
- + GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code to suggest individual lines and whole functions instantly. GitHub Copilot is powered by Codex, a generative pretrained language model created by OpenAI. It is available as an extension for Visual Studio Code, Visual Studio, Neovim, and the JetBrains suite of integrated development environments (IDEs). Visit here for more information about [GitHub Copilot](https://github.com/features/copilot)
What is GitHub Codespaces?
- -A codespace is a development environment that's hosted in the cloud. You can customize your project for GitHub Codespaces by configuring dev container files to your repository (often known as Configuration-as-Code), which creates a repeatable codespace configuration for all users of your project. + +A codespace is a development environment that's hosted in the cloud. You can customize your project for GitHub Codespaces by configuring dev container files to your repository (often known as Configuration-as-Code), which creates a repeatable codespace configuration for all users of your project. GitHub Codespaces run on a variety of VM-based compute options hosted by GitHub.com, which you can configure from 2 core machines up to 32 core machines. You can connect to your codespaces from the browser or locally using an IDE like Visual Studio Code or IntelliJ. Visit here for more information about [GitHub Codespaces](https://github.com/features/codespaces)
Are there any prerequisites to get access to the Copilot+Codespaces Playground Demo?
- -A GitHub account is the only requirement to use the GitHub Copilot + Github Codespaces playground demo environment. The demo will only be available to the extent of your account’s Codespaces entitlements; if you want to keep utilizing the environment after your limit has been met, you will need to purchase additional entitlements Visit here to signup for a [GitHub Copilot](https://github.com/features/copilot) trial for the full experience! + +A GitHub account is the only requirement to use the GitHub Copilot + Github Codespaces playground demo environment. The demo will only be available to the extent of your account’s Codespaces entitlements; if you want to keep utilizing the environment after your limit has been met, you will need to purchase additional entitlements Visit here to signup for a [GitHub Copilot](https://github.com/features/copilot) trial for the full experience!
What are the feature limitations of the Copilot+Codespaces Playground Demo?
This demo will only showcase current GitHub Copilot capabilities that are intended to help programmers, such as autocompletion suggestions, functions, and the ability to convert code comments into actual lines of code. Any features mentioned for GitHub Copilot X will not be offered in this demo experience. Visit here to signup for the [GitHub Copilot X Waitlists](https://github.com/features/preview). - +
🛠 Copilot+Codespaces Playground Demo Disclaimer 🛠
- -Please note that during the GitHub Copilot+Codespaces Playground Demo, the suggestions generated by GitHub Copilot via Codespaces will differ and may not always be the same. This is due to GitHub Copilot being an artificial intelligent tool that generates code suggestions based on the input it receives. Visit here for more information about [GitHub Codespaces](https://github.com/features/codespaces) and [GitHub Copilot](https://github.com/features/copilot)! - - +Please note that during the GitHub Copilot+Codespaces Playground Demo, the suggestions generated by GitHub Copilot via Codespaces will differ and may not always be the same. This is due to GitHub Copilot being an artificial intelligent tool that generates code suggestions based on the input it receives. Visit here for more information about [GitHub Codespaces](https://github.com/features/codespaces) and [GitHub Copilot](https://github.com/features/copilot)! From c3f81d4df27b344e30d84c34d8507f8e9f88bd7a Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:46:44 -0700 Subject: [PATCH 3/4] Update title for improved accessibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b24539b..fd02348 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to the Copilot+Codespaces Playground Demo +# GitHub Copilot + Codespaces Playground Demo ## Our Mission From c8f432a3b8dafd383ee3d3b18261a6fbe1940e9d Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:49:55 -0700 Subject: [PATCH 4/4] Remove step 3 instruction from step 2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd02348..ef4f9ab 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ During the GitHub Copilot + Codespaces Playground Demo, you are in charge! You w ![Screenshot 2023-05-16 at 4 40 46 PM](media/screenshot1.png) -2. Once the codespace has loaded, select **CodeTour** in the lower left corner, and start the **JSONtoUser** tour! +2. Once the codespace has loaded, select **CodeTour** in the lower left corner. ![screenshot2](media/screenshot2.png) -3. Next, select the play button for one of the tours listed. Enjoy! +3. Select the play button for one of the tours listed. Enjoy! ![screenshot3](media/screenshot3.png)