From 84a221047ae8dc59295fb0e2a2de55046b88a96a Mon Sep 17 00:00:00 2001 From: clarencepenz Date: Wed, 12 Nov 2025 12:40:22 +0100 Subject: [PATCH] chore: Clarify location and usage of copilot-instructions.md --- .../setting-up-copilot-for-learning-to-code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md b/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md index 19e7ec80b437..7835a9ace5fb 100644 --- a/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md +++ b/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md @@ -41,7 +41,8 @@ First, let's disable code completion. This will give you the opportunity to deep Now, let's provide {% data variables.copilot.copilot_chat_short %} with instructions to act like a tutor that supports your learning. -1. In the root folder of your project, create a file called `copilot-instructions.md`. +1. Create a folder in the root directory called `.github`. +1. Inside `.github`, create a file called `copilot-instructions.md`. 1. Add the following text, or customize it for your personal learning goals: ```markdown copy