From 7fc149b8826e37396d35354bef8a3dfba45186c1 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Thu, 9 Mar 2023 09:53:39 -0500 Subject: [PATCH 1/2] chore: add catalog-info file for Open edX Backstage This file populates Backstage info for the Open edX community. It helps identify that tnl is the owner of this component. This is in relation to Maintainership OEP-55. --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..f9f0d5e23 --- /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-lib-content-components' + description: "The frontend library for Open edX Content Authoring Editors" + links: + - url: "https://github.com/openedx/frontend-lib-content-components" + title: "Frontend lib content components" + icon: "Library" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:teaching-and-learning + type: 'website' + lifecycle: 'production' From 07a84bc133d4c3fb68233c4feabbf725baa51042 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Thu, 9 Mar 2023 09:58:32 -0500 Subject: [PATCH 2/2] chore: add CODEOWNERS file to repo, point to tnl This is related to Maintainership Pilot expectations. This CODEOWNERS file will notify teaching-and-learning team members of PR submissions, but there are currently no additional branch protections related to this ownership. --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..c32e26e52 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# The following users are the maintainers of all frontend-app-library-authoring files +* @openedx/teaching-and-learning