Skip to content

Commit 31737e0

Browse files
authored
Merge pull request #559 from github/copilot/update-readme-instructions
Clarify instruction file path in README usage documentation
2 parents fc55fe0 + 7ad7653 commit 31737e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
99

1010
**To Use/Apply:**
1111
- Copy these instructions to your `.github/copilot-instructions.md` file in your workspace
12-
- Create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder
12+
- Create task-specific `*.instructions.md` files in your workspace's `.github/instructions/` folder (e.g., `.github/instructions/my-csharp-rules.instructions.md`)
1313
- Instructions automatically apply to Copilot behavior once installed in your workspace
1414

1515
| Title | Description |

eng/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
1919
2020
**To Use/Apply:**
2121
- Copy these instructions to your \`.github/copilot-instructions.md\` file in your workspace
22-
- Create task-specific \`.github/.instructions.md\` files in your workspace's \`.github/instructions\` folder
22+
- Create task-specific \`*.instructions.md\` files in your workspace's \`.github/instructions/\` folder (e.g., \`.github/instructions/my-csharp-rules.instructions.md\`)
2323
- Instructions automatically apply to Copilot behavior once installed in your workspace`,
2424

2525
promptsSection: `## 🎯 Reusable Prompts

0 commit comments

Comments
 (0)