From 6252b732a353a0812a92b34c7bd4d28eaf5c76f0 Mon Sep 17 00:00:00 2001 From: Vaughan Jones Date: Thu, 23 Oct 2025 14:56:54 +1100 Subject: [PATCH] Move CODEOWNERS to .github directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change moves the CODEOWNERS file from the repository root to the .github directory, which is the GitHub-recommended location for this file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CODEOWNERS => .github/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS