From a0f89350d8daedf5fd0a1414e15c32e5909747f9 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Mon, 4 Mar 2024 21:58:22 -0500 Subject: [PATCH] chore: create catalog-info.yaml --- 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 0000000000..b6d15b9656 --- /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: 'edx-ora2' + description: "Open Response Assessment (ORA) XBlock for use within edx-platform" + links: + - url: "https://github.com/openedx/edx-ora2" + title: "Open Response Assessment (ORA) XBlock" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:2u-aurora + type: 'xblock' + lifecycle: 'production'