[dev-v5] Remove GitHub Copilot custom instructions and related references from documentation#4547
Merged
vnbaaij merged 1 commit intomicrosoft:dev-v5from Feb 20, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request removes GitHub Copilot migration-specific documentation and custom instructions from the FluentUI Blazor demo project. The changes clean up v3/v4 to v5 migration assistance content that is no longer needed, removing both the custom Copilot instructions file and its related documentation while preserving unrelated Copilot references in MCP (Model Context Protocol) documentation.
Changes:
- Deleted the
copilot-instructions.mdfile containing v3/v4 to v5 migration rules for GitHub Copilot - Removed the
CopilotInstructionsContent.mddocumentation explaining how to use custom Copilot instructions for migration - Removed the Copilot migration section from the main
MigrationVersion5.mdguide - Cleaned up the project file by removing the exclusion rule for the deleted
copilot-instructions.mdfile
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| examples/Demo/FluentUI.Demo.Client/wwwroot/copilot-instructions.md | Deleted file containing migration rules and component change mappings for GitHub Copilot custom instructions |
| examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Migration/CopilotInstructionsContent.md | Deleted documentation file explaining how to set up and use GitHub Copilot custom instructions for migration |
| examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/MigrationVersion5.md | Removed the INCLUDE statement that referenced the deleted CopilotInstructionsContent section |
| examples/Demo/FluentUI.Demo.Client/FluentUI.Demo.Client.csproj | Removed the EmbeddedResource exclusion for the deleted copilot-instructions.md file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vnbaaij
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
📖 Description
This pull request removes the GitHub Copilot migration instructions and related documentation from the FluentUI Blazor demo project. The main goal is to clean up the codebase by eliminating Copilot-specific content and references that are no longer needed for the migration process.
Documentation and Copilot instruction removal:
CopilotInstructionsContent.mddocumentation file, which provided custom instructions and setup guidance for using GitHub Copilot during migration.MigrationVersion5.md), so users will no longer see Copilot-specific migration help in the documentation.copilot-instructions.mdfile from thewwwrootdirectory, which contained detailed migration rules and suggestions for Copilot.Project configuration cleanup:
FluentUI.Demo.Client.csproj) that excludedcopilot-instructions.mdfrom being embedded as a resource, since the file has been deleted.✅ Checklist
General
Component-specific
⏭ Next Steps