Update creating codespace instructions (#62213)
authorEric Erhardt <eric.erhardt@microsoft.com>
Tue, 30 Nov 2021 21:13:21 +0000 (15:13 -0600)
committerGitHub <noreply@github.com>
Tue, 30 Nov 2021 21:13:21 +0000 (15:13 -0600)
docs/workflow/Codespaces.md
docs/workflow/codespace-machine-size.png [new file with mode: 0644]

index c116e4c..391cd40 100644 (file)
@@ -7,7 +7,16 @@ dotnet/runtime runs a nightly GitHub Action to build the latest code in the repo
 
 **NOTE**: In order to use a prebuilt codespace, when you create your machine be sure to select an **`8 core`** machine.
 
-See https://docs.github.com/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace for instructions on how to create a new codespace.
+1. From https://github.com/dotnet/runtime, drop-down the `Code` button and select the `Codespaces` tab.
+
+![New codespace button](https://docs.github.com/assets/images/help/codespaces/new-codespace-button.png)
+
+2. Select `8-core` for the Machine type. This will ensure you get a "pre built" image.
+
+![Codespace machine size](./codespace-machine-size.png)
+
+
+*If these instructions are out of date, see https://docs.github.com/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace for instructions on how to create a new codespace.*
 
 ## Updating dotnet/runtime's Codespaces Configuration
 
diff --git a/docs/workflow/codespace-machine-size.png b/docs/workflow/codespace-machine-size.png
new file mode 100644 (file)
index 0000000..07945fb
Binary files /dev/null and b/docs/workflow/codespace-machine-size.png differ