diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..b7d40ee60 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# The following users are the maintainers of all frontend-app-course-authoring files +* @openedx/teaching-and-learning diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..9724ddb16 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'frontend-app-course-authoring' + description: "The frontend (MFE) for Open edX Course Authoring (aka Studio)" + links: + - url: "https://github.com/openedx/frontend-app-course-authoring" + title: "Frontend app course authoring" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:teaching-and-learning + type: 'website' + lifecycle: 'production'