From 4e0eaf24018e9a5e9165d3ffcf2da4f6b6d87dcf Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Sun, 2 Mar 2025 18:51:07 +0100 Subject: [PATCH] add bindings/{go,java}, simulator and extensions --- docs/CODEOWNERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 152e28b20..a41ead0a5 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -1,3 +1,9 @@ /core/ @pereman2 @jussisaurio @penberg -/extensions/ @penberg @PThorpe92 +/core/storage @pereman2 @krishvishal +/core/translate @jussisaurio +/extensions/ @PThorpe92 +/core/ext/ @PThorpe92 +/bindings/go @PThorpe92 +/bindings/java @seonWKim +/simulator/ @alpaylan * @penberg