-
Notifications
You must be signed in to change notification settings - Fork 136
Put user-defined project guidelines at the top of the generated guidelines file #150
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
@Copilot
Copilot
AI
left a comment
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 changes the order in which guidelines are loaded, placing user-defined project guidelines at the top of the generated guidelines file instead of at the bottom. This gives user guidelines higher precedence over Boost presets.
- Move user guideline loading from the end to the beginning of the collection process
- Maintain existing logic for all other guideline types (foundation, boost, framework-specific, etc.)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a 100ドル gift card. Take the survey.
Potentially solves #146
Just raising this as an easy merge if you agree that user guidelines should take more precedence than the Boost presets, but happy to do another approach if liked