The teams stopped working when we moved the repo to the openedx org. Also, things have been re-organized at 2U so it's unclear if these ownership mappings are still relevant. I'm removing them for now and I've posted on the forums to let people know if they want to add back in more relevant teams. Relevant Link: https://discuss.openedx.org/t/edx-platform-codeowners/8649
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
# This does not cover all the code in edx-platform but it's a good start.
|
|
|
|
# Core
|
|
common/djangoapps/student/
|
|
common/djangoapps/third_party_auth/
|
|
lms/djangoapps/course_api/blocks
|
|
lms/djangoapps/courseware/
|
|
lms/djangoapps/grades/
|
|
lms/djangoapps/instructor/
|
|
lms/djangoapps/instructor_task/
|
|
lms/djangoapps/mobile_api/
|
|
openedx/core/djangoapps/heartbeat/
|
|
openedx/core/djangoapps/oauth_dispatch
|
|
openedx/core/djangoapps/user_api/
|
|
openedx/core/djangoapps/user_authn/
|
|
openedx/features/course_experience/
|
|
xmodule/
|
|
|
|
# Core Extensions
|
|
lms/djangoapps/discussion/
|
|
lms/djangoapps/edxnotes
|
|
|
|
# Analytics
|
|
common/djangoapps/track/
|
|
|
|
# Credentials
|
|
lms/djangoapps/certificates/
|
|
|
|
# Discovery
|
|
common/djangoapps/course_modes/
|
|
common/djangoapps/enrollment/
|
|
lms/djangoapps/commerce/
|
|
lms/djangoapps/experiments/
|
|
lms/djangoapps/learner_dashboard/
|
|
lms/djangoapps/learner_home/
|
|
openedx/features/content_type_gating/
|
|
openedx/features/course_duration_limits/
|
|
openedx/features/discounts/
|
|
|
|
# Ping tCRIL On-call if someone uses the QuickStart
|
|
# https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html
|
|
lms/templates/dashboard.html @openedx/tcril-oncall
|