diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..28530d86c6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Code owners for the different sections of Klaw + +# By default the Open Source team +* @aiven/aiven-open-source + +# Coral change owners are the frontend team and the open source team as a backup +/coral @aiven/klaw-team-frontend @aiven/aiven-open-source + +# Java change owners are the backend team and the open source team as a backup +/src @aiven/klaw-team-backend @aiven/aiven-open-source