Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Verkhovsky 7c528efd7b
Merge c5cb0c0fca into d419ac8a70 2026-01-12 10:56:16 -06:00
Alex Verkhovsky c5cb0c0fca chore: add CODEOWNERS for PR review assignments 2026-01-10 05:33:32 -08:00
1 changed files with 23 additions and 0 deletions

23
.github/CODEOWNERS vendored Normal file
View File

@ -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