From 6b89f9b257692c96baf030dff5866eaec41ed4d2 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 25 Apr 2019 15:40:55 -0400 Subject: [PATCH] Assign teams to code areas. --- .github/CODEOWNERS | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb65821a2b..56c6956bb7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,31 +2,32 @@ # Core common/djangoapps/student/ -common/djangoapps/third_party_auth/ +common/djangoapps/third_party_auth/ @edx/platform-authn common/lib/xmodule/xmodule/ lms/djangoapps/course_api/blocks lms/djangoapps/courseware/ -lms/djangoapps/grades/ +lms/djangoapps/grades/ @edx/platform-grades lms/djangoapps/instructor/ -lms/djangoapps/mobile_api/ +lms/djangoapps/instructor_task/ +lms/djangoapps/mobile_api/ @edx/platform-mobile openedx/core/djangoapps/contentserver/ openedx/core/djangoapps/heartbeat/ -openedx/core/djangoapps/oauth_dispatch -openedx/core/djangoapps/user_api/ -openedx/core/djangoapps/user_authn/ -openedx/features/course_experience/ +openedx/core/djangoapps/oauth_dispatch @edx/platform-authn +openedx/core/djangoapps/user_api/ @edx/platform-authn +openedx/core/djangoapps/user_authn/ @edx/platform-authn +openedx/features/course_experience/ @edx/platform-courseware # Core Extensions -common/lib/xmodule/xmodule/capa_module.py -common/lib/xmodule/xmodule/html_module.py -common/lib/xmodule/xmodule/video_module -lms/djangoapps/discussion/ -lms/djangoapps/discussion_api/ -lms/djangoapps/edxnotes -lms/djangoapps/notifier_api/ +common/lib/xmodule/xmodule/capa_module.py @edx/platform-core-extensions +common/lib/xmodule/xmodule/html_module.py @edx/platform-core-extensions +common/lib/xmodule/xmodule/video_module @edx/platform-core-extensions +lms/djangoapps/discussion/ @edx/platform-core-extensions +lms/djangoapps/discussion_api/ @edx/platform-core-extensions +lms/djangoapps/edxnotes @edx/platform-core-extensions +lms/djangoapps/notifier_api/ @edx/platform-core-extensions # Analytics -common/djangoapps/track/ +common/djangoapps/track/ @edx/edx-data-engineering # Credentials lms/djangoapps/certificates/ @@ -34,6 +35,8 @@ lms/djangoapps/certificates/ # Discovery common/djangoapps/course_modes/ common/djangoapps/enrollment/ -lms/djangoapps/commerce/ -lms/djangoapps/experiments/ +lms/djangoapps/commerce/ @edx/ecommerce +lms/djangoapps/experiments/ @edx/rev-team lms/djangoapps/learner_dashboard/ +openedx/features/content_type_gating/ @edx/rev-team +openedx/features/course_duration_limits/ @edx/rev-team