-
Notifications
You must be signed in to change notification settings - Fork 847
✨ Add comprehensive GitHub Copilot instructions for OpenTelemetry .NET #6502
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: main
Are you sure you want to change the base?
Conversation
@copilot try again |
…repository Co-authored-by: rajkumar-rangaraj <9479006+rajkumar-rangaraj@users.noreply.github.com>
I've now created the comprehensive GitHub Copilot instructions file at
The file provides imperative, actionable guidance for working effectively in this OpenTelemetry .NET codebase. Commit: 53a8ef8 |
@copilot The .NET SDK gets frequently updated through Dependabot requests. You cannot add a dependency to a specific version; instead, it should pick the version from global.json. |
…al.json Co-authored-by: rajkumar-rangaraj <9479006+rajkumar-rangaraj@users.noreply.github.com>
Updated the instructions to reference the .NET SDK version dynamically from global.json instead of hardcoding a specific version. The instructions now:
This approach accommodates frequent Dependabot updates to the SDK version. Commit: 84cf30e |
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
GitHub Copilot Instructions for OpenTelemetry .NET - Complete ✅
Successfully created comprehensive GitHub Copilot instructions for the OpenTelemetry .NET repository at
.github/copilot-instructions.md
.✅ Key Features Implemented:
🚀 Instructions Include:
The instructions provide comprehensive guidance for GitHub Copilot agents to work effectively in this codebase, covering everything from initial setup to advanced development workflows including:
Updated to use dynamic .NET SDK version from global.json instead of hardcoded version to accommodate frequent Dependabot updates.
Fixes #6501.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.