-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create copilot-instructions.md #47204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR introduces a new guidance file, copilot-instructions.md, to document best practices for code changes, test updates, and code style considerations.
- Added a file with guidelines for minimal changes and testing for large updates.
- Included a note to seek advice from baronfel on output formatting.
Reviewed Changes
File | Description |
---|---|
.github/copilot-instructions.md | New document outlining instructions for changes. |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Have you tried this out with copilot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
Large changes should always include test changes. | ||
|
||
When considering how output should look, solicit advice from baronfel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When considering how output should look, solicit advice from baronfel. | |
When considering how output should look, solicit advice from baronfel. | |
When using strings, prefer having them localized in .resx files | |
Do not modify .xlf files, instead prompt the user to do so by running `/t:UpdateXlf` on MSBuild |
No description provided.