docs: maintainership prep (#178)
* docs: add codeowners file * docs: add catalog-info.yaml * docs: update README * docs: add deploy information * docs: update contributing info
This commit is contained in:
22
catalog-info.yaml
Normal file
22
catalog-info.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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: 'frontend-app-ora-grading'
|
||||
description: "Frontend grading experience for Open Response Assessments (ORAs)"
|
||||
links:
|
||||
- url: "ora-grading.edx.org"
|
||||
title: "Production Site"
|
||||
icon: "Web"
|
||||
- url: "ora-grading.stage.edx.org"
|
||||
title: "Stage Site"
|
||||
icon: "Web"
|
||||
spec:
|
||||
owner: group:content-aurora
|
||||
type: 'website'
|
||||
lifecycle: 'production'
|
||||
dependsOn:
|
||||
- 'edx-ora2'
|
||||
- 'edx-platform'
|
||||
Reference in New Issue
Block a user