From 7dd29ef8346a987b79269f1d80e0531256a76e31 Mon Sep 17 00:00:00 2001 From: Max Sokolski Date: Mon, 22 Apr 2024 12:42:20 +0300 Subject: [PATCH] chore: add maintainership documentation (#291) --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..87c6bc3ad --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +# 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: 'openedx-app-android' + description: "The mobile app for Android for the Open EdX Platform" + links: + - url: "https://github.com/openedx/openedx-app-android/tree/main/Documentation" + title: "Documentation" + icon: "PhoneAndroid" +spec: + owner: group:openedx-mobile-maintainers + type: 'mobile' + lifecycle: 'production'