From 40003f67e968549fba6e522771985ddabd6a0772 Mon Sep 17 00:00:00 2001 From: mborgerson Date: Thu, 15 Jan 2026 01:04:56 -0700 Subject: [PATCH] .github: Add some context for Copilot reviews --- .github/copilot-instructions.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000000..82b1f62677 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,3 @@ +When performing a code review, consider developer documentation located at `/docs/devel`. + +Style guide is located at `/docs/devel/style.rst`.