From 177a9de788cabe37d6dd0145b424d4ad389ea617 Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Thu, 13 Nov 2025 05:27:39 +0100 Subject: [PATCH] chore: Clarify location and usage of copilot-instructions.md (#41224) --- .../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 92de3362c8..f0ca450cd8 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 inline suggestions. This will give you the opportunity to d 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