From 358906430070827ab6b4eab54ba68fdef16ca807 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Fri, 26 Apr 2024 12:26:35 -0500 Subject: [PATCH] build: Add structured Maintainers information --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..3beb7c9 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +# 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: 'edx-organizations' + description: "Django application responsible for managing the concept of Organizations in the Open edX platform" + links: + - url: "https://github.com/openedx/edx-organizations" + title: "Source Code" + icon: "Code" + annotations: + openedx.org/arch-interest-groups: "felipemontoya" +spec: + owner: user:felipemontoya + type: 'library' + lifecycle: 'production'