From 935d50c25f72771b2c5bc5438986850e4737405f Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Mon, 8 Jun 2026 20:32:05 -0400 Subject: [PATCH] chore: CODEOWNERS for templates Without this, we require org-maintainer for template changes. See https://github.com/wasmCloud/typescript/pull/658 Signed-off-by: Bailey Hayes --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a5f4ca2b..d44dcf6e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,3 +13,6 @@ examples @wasmCloud/examples-maintainers @wasmCloud/typescript-maintainers examples/**/README.md @wasmCloud/docs-maintainers + +templates @wasmCloud/examples-maintainers @wasmCloud/typescript-maintainers +templates/**/README.md @wasmCloud/docs-maintainers