-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Copilot Coding Instructions for Generative AI for Beginners .NET #144
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
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 a new documentation file that outlines contribution guidelines for a C#/.NET and AI-focused repository. The document provides instructions on code standards, development flow, repository structure, and key guidelines for contributors.
- Introduces a detailed contribution guideline file.
- Outlines commands to run before commits and during development.
- Enumerates repository structure and best practices for contributions.
👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon. |
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
…ge generation model
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
1 similar comment
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
This pull request adds a new
copilot-instructions.md
file that provides detailed contribution guidelines for a C#/.NET and AI-focused repository. The file includes instructions on code standards, development flow, repository structure, and key guidelines for contributors.Documentation Updates:
copilot-instructions.md
file with comprehensive contribution guidelines. It covers code standards (e.g., usingdotnet format
and ensuring all tests pass), development flow steps (build
,test
,format
,lint
), repository structure, and best practices for C#/.NET and AI integrations.