Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for

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

| Title | Description |
Expand Down
2 changes: 1 addition & 1 deletion eng/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for

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

promptsSection: `## 🎯 Reusable Prompts
Expand Down
Loading