[Copilot] Extract enhanced copilot instructions from PR 30020#30333
Closed
Copilot wants to merge 3 commits into
Closed
[Copilot] Extract enhanced copilot instructions from PR 30020#30333Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [Copilot] Create a PR with just the copilot instructions from PR 30020
[Copilot] Extract enhanced copilot instructions from PR 30020
Jun 30, 2025
PureWeen
reviewed
Jun 30, 2025
Comment on lines
+183
to
+185
| - **Never** check in changes to `cgmanifest.json` files (especially in `Templates/src/` directory) | ||
| - **Never** check in changes to `templatestrings.json` files (especially in `Templates/src/` directory) | ||
| - **Always revert** any changes to JSON files in the `Templates/src/` directory before committing |
Member
There was a problem hiding this comment.
revert the changes to these lines
Contributor
Author
There was a problem hiding this comment.
Reverted the changes to lines 183-185 as requested. The enhanced cgmanifest.json and templatestrings.json restrictions have been removed and the file is back to its original state. (46c8d84)
…ns as requested Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
This PR extracts just the GitHub Copilot instructions improvements from PR #30020, creating a focused update to our development guidelines without the Grid layout feature changes.
Changes Applied
Enhanced Testing Guidelines
dotnet testwith specific test projects or filtersImproved File Commit Restrictions
cgmanifest.jsonandtemplatestrings.jsonrestrictions with specific emphasis on theTemplates/src/directoryTemplates/src/directory before committingPlatform-Specific Restrictions
These improvements enhance the development workflow guidance for GitHub Copilot agents and human developers working on the .NET MAUI repository, ensuring better code quality and reducing common mistakes in the development process.
Fixes #30332.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.