Skip to content

Commit 4bc16be

Browse files
committed
docs: Add a catlog file.
This repo gets used for creating issues to track modular learning project related work.
1 parent f3d10d3 commit 4bc16be

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

catalog-info.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This file records information about this repo. Its use is described in OEP-55:
2+
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
3+
4+
apiVersion: backstage.io/v1alpha1
5+
# (Required) Acceptable Values: Component, Resource, System
6+
# Use `Component` unless you know how backstage works and what the other kinds mean.
7+
kind: Component
8+
metadata:
9+
# (Required) Must be the name of the repo, without the owning organization.
10+
name: 'modular-learning'
11+
spec:
12+
13+
# (Required) This can be a group (`group:<github_group_name>`) or a user (`user:<github_username>`).
14+
# Don't forget the "user:" or "group:" prefix. Groups must be GitHub team
15+
# names in the openedx GitHub organization: https://github.com/orgs/openedx/teams
16+
#
17+
# If you need a new team created, create an issue with Axim engineering:
18+
# https://github.com/openedx/axim-engineering/issues/new/choose
19+
owner: group:axim-admins
20+
21+
# (Required) Acceptable Type Values: service, website, library
22+
type: 'support'
23+
24+
# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
25+
lifecycle: 'production'

0 commit comments

Comments
 (0)