Skip to content

Commit 2b1f4f8

Browse files
authored
Merge pull request #26 from openedx/feanil/add_catalog
docs: Add a catalog-info file to make maintainer clear
2 parents 37761c0 + f20cd40 commit 2b1f4f8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

catalog-info.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
# If you're thinking about copying this, check out the sample file in the relevant ADR instead:
5+
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055/decisions/0001-use-backstage-to-support-maintainers.html#references
6+
7+
apiVersion: backstage.io/v1alpha1
8+
kind: Component
9+
metadata:
10+
name: frontend-base
11+
annotations:
12+
openedx.org/arch-interest-groups: ""
13+
links: []
14+
spec:
15+
type: 'library'
16+
lifecycle: 'experimental'
17+
owner: 'group:axim-engineering'

0 commit comments

Comments
 (0)