From 4376bf2de8219c5139077625ea0529879a344d3f Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Wed, 12 Aug 2026 23:54:57 -0700 Subject: [PATCH] chore: align repository setup policy Add explicit CODEOWNERS policy ownership and correct the shared advanced FizzBuzz guidance. --- .github/CODEOWNERS | 1 + README.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e656eab..d0ffdce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @Coding-Cuddles/kata-maintainers +/.github/CODEOWNERS @Coding-Cuddles/kata-maintainers diff --git a/README.md b/README.md index bfe4d2f..89fa085 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,9 @@ FizzBuzz > [!NOTE] > -> We recommend always starting with the canonical version, and only once you -> have it working proceed to the advanced version. This helps to model -> situations in production when we don't know all the requirements when a -> project starts. +> We recommend always starting with the canonical version and proceeding to +> the advanced version only once it works. This helps model situations in +> production where we don't know all the requirements when a project starts. Follow the same rules as the canonical version with these additional rules: