Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 17, 2025

Configures GitHub Copilot coding agent with repository-specific context per best practices.

Changes

  • .github/copilot-instructions.md - Repository-wide instructions covering:
    • Build/test/format commands (dotnet build, dotnet test, dotnet format)
    • Project structure (Libraries/, Samples/, Tests/ organization)
    • C# conventions from .editorconfig (naming: PascalCase/camelCase/_camelCase, file-scoped namespaces, explicit types)
    • Testing patterns and test project naming
    • Security, performance, and maintainability guidelines
    • Common workflows (adding libraries, samples, API changes)
    • CI/CD workflow details

This enables Copilot to provide context-aware suggestions aligned with Teams.NET SDK conventions without requiring manual guidance.

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Configure Copilot instructions for the repository Add GitHub Copilot instructions for repository conventions and workflows Dec 17, 2025
Copilot AI requested a review from rido-min December 17, 2025 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants