-
Notifications
You must be signed in to change notification settings - Fork 152
Add custom Copilot instructions #2785
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: dev
Are you sure you want to change the base?
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.
Pull request overview
This pull request adds comprehensive Copilot instructions for the MSAL iOS/macOS SDK repository. The document aims to provide guidance on code style, build commands, project architecture, and validation steps to support contributors and AI assistance.
Key Changes:
- Added
.github/copilot-instructions.mdwith SDK overview, supported platforms, and dependencies - Documented build system usage via
build.pyscript - Outlined project directory structure and key configuration files
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Proposed changes
This pull request adds a new documentation file,
.github/copilot-instructions.md, which provides comprehensive instructions for working with the MSAL iOS/macOS SDK. The document covers code style guidelines, build and test commands, project architecture, and validation steps to help contributors and Copilot understand the repository's structure and workflows. This addition is aimed at improving onboarding, consistency, and automation support.Documentation improvements:
.github/copilot-instructions.mdwith high-level details about the MSAL iOS/macOS SDK, including supported platforms, languages, dependencies, and build system.build.pyscript, including available targets and prerequisites.Type of change
Risk
Additional information