This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 5e0ae4920fa IGNITE-26858 Add CODEOWNERS for platforms and clients
(#6859)
5e0ae4920fa is described below
commit 5e0ae4920fa604ca19719431e26e1bfb0757b04e
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Wed Oct 29 14:34:31 2025 +0200
IGNITE-26858 Add CODEOWNERS for platforms and clients (#6859)
---
CODEOWNERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 00000000000..928e74ff252
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,8 @@
+# This file specifies the code owners for the different parts of the
repository.
+# See also:
https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-AppendixA.Componentsandtheirmaintainers
+
+# Platforms and Clients
+/modules/platforms/dotnet/ [email protected]
+/modules/platforms/cpp/ [email protected]
+/modules/platforms/python/ [email protected]
+/modules/client-* [email protected] [email protected]