From 6dc868831c7f43358901047caae8234055d33e6f Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Khan Date: Fri, 24 Oct 2025 18:52:23 +0500 Subject: [PATCH] Adds aximprovements team to the code owners of xmodule (#37531) * chore: add aximprovements team to CODEOWNERS for xmodule The Aximprovements team is working on extracting all built-in XBlocks to the external repository (xblocks-contrib). They need to be notified about any changes within xmodule to stay aligned with this effort. Ticket: https://github.com/openedx/edx-platform/issues/34827 --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8373d63448..038f49cd44 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,7 +21,11 @@ openedx/core/djangoapps/user_api/ @openedx/com openedx/core/djangoapps/user_authn/ @openedx/committers-edx-platform-2u-infinity openedx/core/djangoapps/verified_track_content/ @openedx/committers-edx-platform-2u-infinity openedx/features/course_experience/ -xmodule/ +# The Aximprovements team is working on extracting all built-in XBlocks +# to the external repository (xblocks-contrib). They need to be notified +# about any changes within xmodule to stay aligned with this effort. +# Ticket: https://github.com/openedx/edx-platform/issues/34827 +xmodule/ @farhan @irtazaakram @salman2013 # Core Extensions lms/djangoapps/discussion/