diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..668e9837b9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# CODEOWNERS file for OpenHands repository +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Frontend code owners +/frontend/ @rbren @amanape + +# Evaluation code owners +/evaluation/ @xingyaoww @neubig + +# Documentation code owners +/docs/ @mamoodi