From 6d260b78c12f09a3d831c406fbd140736513305c Mon Sep 17 00:00:00 2001 From: Daniel Lenton Date: Wed, 27 May 2026 09:28:20 +0100 Subject: [PATCH] Add CODEOWNERS with Yusha and Haris as default reviewers --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..296439b239 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# CODEOWNERS — default reviewer set. +# +# Yusha Arif (@YushaArif99) and Haris Mahmood (@hmahmood24) are the +# two founding engineers and serve as default reviewers for all paths. +# Either approval satisfies branch protection; GitHub auto-excludes +# the PR author from the request list, so when one of them opens a +# PR the other becomes the implicit required reviewer. +# +# See: https://docs.github.com/articles/about-code-owners + +* @YushaArif99 @hmahmood24