-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[WIP] ✨ Set up Copilot instructions #5607
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
base: docs
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit b33fd87:
|
Co-authored-by: Karl-Bridge-Microsoft <[email protected]>
Learn Build status updates of commit b31ef7f: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. This comment lists only the first 25 files in the pull request. hub/hub/xrefmap.yml
landing/arm-docs/arm/xrefmap.yml
uwp/uwp/xrefmap.yml
hub/hub/apps/design/accessibility/images/sys-color/aquatic-example-btntext+3dface.png
hub/hub/apps/design/accessibility/images/sys-color/aquatic-example-highlighttext+highlight.png
hub/hub/apps/design/app-settings/images/appsettings_mode.png
hub/hub/apps/design/basics/images/geometry_spacing_buttons_626.png
hub/hub/apps/design/basics/images/geometry_spacing_cards.svg
hub/hub/apps/design/basics/images/geometry_spacing_flyout.svg
hub/hub/apps/design/basics/images/geometry_spacing_header.svg
hub/hub/apps/design/basics/images/geometry_spacing_label.svg
hub/hub/apps/design/basics/images/geometry_spacing_margins.svg
hub/hub/apps/design/controls/images/appbar_rs2_overflow_icons.png
hub/hub/apps/design/controls/images/commanding/StandardUICommandSampleOptimized.gif
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit b31ef7f: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. This comment lists only the first 25 files in the pull request. hub/hub/xrefmap.yml
landing/arm-docs/arm/xrefmap.yml
uwp/uwp/xrefmap.yml
hub/hub/apps/design/accessibility/images/sys-color/aquatic-example-btntext+3dface.png
hub/hub/apps/design/accessibility/images/sys-color/aquatic-example-highlighttext+highlight.png
hub/hub/apps/design/app-settings/images/appsettings_mode.png
hub/hub/apps/design/basics/images/geometry_spacing_buttons_626.png
hub/hub/apps/design/basics/images/geometry_spacing_cards.svg
hub/hub/apps/design/basics/images/geometry_spacing_flyout.svg
hub/hub/apps/design/basics/images/geometry_spacing_header.svg
hub/hub/apps/design/basics/images/geometry_spacing_label.svg
hub/hub/apps/design/basics/images/geometry_spacing_margins.svg
hub/hub/apps/design/controls/images/appbar_rs2_overflow_icons.png
hub/hub/apps/design/controls/images/commanding/StandardUICommandSampleOptimized.gif
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
…dividual-dev-3 Update intro text
I have successfully created a comprehensive
.github/copilot-instructions.md
file for the windows-dev-docs repository with exhaustively validated instructions.Completed Tasks
Repository Exploration and Understanding
Build Process Validation
Validation Tools Setup
Comprehensive Instructions Creation
Final Validation and Testing
Key Validated Instructions
Build Commands (NEVER CANCEL - Set 60+ minute timeouts):
cd hub && docfx build docfx.json
(15s, 1835 warnings)cd uwp && docfx build docfx.json
(7s, 787 warnings)cd landing/arm-docs && docfx build docfx.json
(2s, 7 warnings)Dependencies Installation:
dotnet tool install --global docfx
npm install -g markdownlint-cli
Validation Workflow:
python3 -m http.server 8080
works perfectlyRepository Navigation:
hub/apps/
for Windows App SDK, WinUI, MAUIuwp/
for Universal Windows Platformlanding/arm-docs/
for ARM developmentThe instructions include explicit timeout values, "NEVER CANCEL" warnings for all builds, complete validation scenarios, and comprehensive troubleshooting guidance. Every command has been tested and validated to work correctly.
Fixes #5606.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.