-
Notifications
You must be signed in to change notification settings - Fork 2
✨ Set up Copilot instructions for EasyReflectometryLib #277
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.
This pull request does not contain a valid label. Please add one of the following labels: ['chore', 'fix', 'bugfix', 'bug', 'enhancement', 'feature', 'dependencies', 'documentation']
Co-authored-by: rozyczko <8266281+rozyczko@users.noreply.github.com>
Co-authored-by: rozyczko <8266281+rozyczko@users.noreply.github.com>
Co-authored-by: rozyczko <8266281+rozyczko@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #277 +/- ##
===========================================
- Coverage 97.90% 89.61% -8.30%
===========================================
Files 43 44 +1
Lines 3248 2349 -899
Branches 0 271 +271
===========================================
- Hits 3180 2105 -1075
- Misses 68 195 +127
- Partials 0 49 +49
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Overview
This PR configures GitHub Copilot instructions for the EasyReflectometryLib repository by adding a comprehensive
.github/copilot-instructions.mdfile. These instructions will help GitHub Copilot provide better, more contextually appropriate code suggestions that align with the project's standards and practices.What's Included
The instructions file provides Copilot with detailed guidance on:
Development Standards
Documentation Style
:param,:type,:return, and:rtypeannotationsmyst_parserfor Markdown supportTesting Requirements
Project Structure
Development Workflow
Best Practices
Benefits
With these instructions, GitHub Copilot will:
References
This implementation follows the best practices documented in GitHub's Copilot coding agent documentation.
Original prompt
Fixes #276
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.