From 0cc3a698d654bd11274c3f36798b744e9366fa88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C4=B1l=20Beyazo=C4=9Flu?= Date: Thu, 3 Sep 2026 15:32:38 +0300 Subject: [PATCH] Request @anilbeyazoglu on every pull request Team ownership alone let a review land with whichever team member the round-robin picked. Name @anilbeyazoglu as an owner on every path so every pull request requests his review, and say so in CONTRIBUTING.md. The teams stay as co-owners, so their approval still satisfies the requirement when he is unavailable. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01K4JoCqrnJ47MqzHk9PsZ33 --- .github/CODEOWNERS | 29 +++++++++++++++-------------- CONTRIBUTING.md | 2 ++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3e4fe9..0a4f9bf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,22 +1,23 @@ -# Every pull request needs a review from the owning team. +# Every pull request needs a review from an owning team, and requests +# @anilbeyazoglu on every path so nothing lands without him seeing it. # Ownership is by area; the last matching pattern wins. -* @Docyrus/system +* @anilbeyazoglu @Docyrus/system # Native core, UI markup, and app manifest -/src/ @Docyrus/system -/app.json @Docyrus/system -/build.zig @Docyrus/system -/build.zig.zon @Docyrus/system +/src/ @anilbeyazoglu @Docyrus/system +/app.json @anilbeyazoglu @Docyrus/system +/build.zig @anilbeyazoglu @Docyrus/system +/build.zig.zon @anilbeyazoglu @Docyrus/system # WebView frontends: Monaco editor and the file-explorer tree -/frontend/ @Docyrus/frontend @Docyrus/system +/frontend/ @anilbeyazoglu @Docyrus/frontend @Docyrus/system # Repo policy, licensing, CI, and agent instructions -/LICENSE @Docyrus/system -/NOTICE @Docyrus/system -/SECURITY.md @Docyrus/system -/CONTRIBUTING.md @Docyrus/system -/CODE_OF_CONDUCT.md @Docyrus/system -/.github/ @Docyrus/system -/.ruler/ @Docyrus/system +/LICENSE @anilbeyazoglu @Docyrus/system +/NOTICE @anilbeyazoglu @Docyrus/system +/SECURITY.md @anilbeyazoglu @Docyrus/system +/CONTRIBUTING.md @anilbeyazoglu @Docyrus/system +/CODE_OF_CONDUCT.md @anilbeyazoglu @Docyrus/system +/.github/ @anilbeyazoglu @Docyrus/system +/.ruler/ @anilbeyazoglu @Docyrus/system diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a319e74..a3a2c6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,6 +90,8 @@ points that bite newcomers: - Fill in the PR template: what changed, why, and how you verified it on a real window — this app's behaviour is hard to judge from a diff alone. - CI must be green and one `CODEOWNERS` review is required before merge. + Every pull request requests a review from @anilbeyazoglu plus the owning + team, so tag them if a review is sitting idle. - Bump the version in **both** `package.json` and `app.json` when releasing; don't bump it in ordinary PRs.