Browse Source

Create codeowners file

Roman Zabaluev 3 years ago
parent
commit
75333ea636
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .github/CODEOWNERS

+ 18 - 0
.github/CODEOWNERS

@@ -0,0 +1,18 @@
+*                           @Haarolean
+
+
+# BACKEND
+pom.xml                     @provectus/kafka-backend
+
+kafka-ui-contract/*         @provectus/kafka-backend
+
+kafka-ui-api/*              @provectus/kafka-backend
+
+# FRONTEND
+kafka-ui-react-app/*        @provectus/kafka-frontend
+
+# TESTS
+kafka-ui-e2e-checks/*       @provectus/kafka-qa
+
+# HELM CHARTS
+charts/*                    @provectus/kafka-devops