Assign teams to code areas.

This commit is contained in:
Feanil Patel
2019-04-25 15:40:55 -04:00
parent 22cc45bb61
commit 6b89f9b257

37
.github/CODEOWNERS vendored
View File

@@ -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