From c5cb0c0fca2d6e58b30df3f9e3382838b86305d8 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sat, 10 Jan 2026 05:33:32 -0800 Subject: [PATCH] chore: add CODEOWNERS for PR review assignments --- .github/CODEOWNERS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e8f30e60 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,23 @@ +# CODEOWNERS for BMAD-METHOD +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# +# NOTE: This file controls who gets pinged for PR reviews, not who "owns" what. + +# Default - Brian + reviewers team +* @bmadcode @bmad-code-org/reviewers + +# ============================================ +# SPECIFIC AREAS +# ============================================ +# Note: Specific paths override the default, so @bmadcode is included +# on all entries below to maintain his review requirement. + +# Quick Flow (BMM) - Alex +src/modules/bmm/workflows/bmad-quick-flow/ @bmadcode @alexeyv + +# TEA (Test Engineering Architecture) - Murat +src/modules/bmm/docs/test-architecture.md @bmadcode @muratkeremozcan + +# Documentation - Alex +docs/ @bmadcode @alexeyv +website/ @bmadcode @alexeyv