You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copilot PR reviewer isn't always leaving code suggestions, updating the
instructions file to nudge Copilot to use this feature more often.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
When reviewing, provide specific, actionable suggestions with code examples where helpful. Focus on maintainability, security, performance, and user experience.
422
+
423
+
### Code Suggestion Guidelines
424
+
425
+
#### Always Provide Code Suggestions When Applicable
426
+
427
+
**IMPORTANT: Use GitHub's code suggestion feature (i.e., suggestion code blocks) instead of plain text descriptions whenever possible.**
428
+
429
+
This allows PR authors to accept suggestions with a single click, making reviews more efficient.
430
+
431
+
#### When to Use Code Suggestions
432
+
433
+
**Always use code suggestions for:**
434
+
- Formatting issues (indentation, spacing, line breaks, JSON/YAML formatting)
0 commit comments