From eacee60d1933ff09562e46c3f4dddb0981ec942f Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 29 Oct 2025 22:19:57 -0700 Subject: [PATCH] chore(ci): update copilot instructions for reviews (#4935) --- .github/copilot-instructions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 9992005eb..d91a751fc 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -23,6 +23,9 @@ - Acknowledge good patterns when you see them - Ask clarifying questions when code intent is unclear +## Review Test Coverage +- Ensure there are tests that cover and exercise the new or changed functionality + Always prioritize security vulnerabilities and performance issues that could impact users. Always suggest changes to improve readability.