From 085fe3a9b0414e2d93275da58f42dee56270fc2a Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Wed, 10 Sep 2025 18:52:46 +0530 Subject: [PATCH] Add CODEOWNERS file to define repository ownership --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..175ca29 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# See https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Default owners for everything in the repo +* @amithkoujalgi + +# Example for scoping ownership (uncomment and adjust as teams evolve) +# /docs/ @amithkoujalgi +# /src/ @amithkoujalgi + +