-
Notifications
You must be signed in to change notification settings - Fork 51
docs: add copilot-instructions.md for better AI agent guidance #164
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
docs: add copilot-instructions.md for better AI agent guidance #164
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 PR adds a comprehensive .github/copilot-instructions.md file to document coding patterns, styles, and conventions for better AI agent guidance when contributing to the Versionize project. The documentation extracts existing patterns from the codebase to establish consistent development standards.
- Creates a detailed guide covering C# language features, naming conventions, and code structure patterns
- Documents testing patterns using xUnit and Shouldly with specific naming and assertion conventions
- Provides configuration patterns, Git integration guidelines, and project structure organization
Pull Request Test Coverage Report for Build 16466924743Details
💛 - Coveralls |
Extract existing coding patterns and styles to better guide AI agents when creating pull requests