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:
Nathan Sprenkle
2023-05-09 14:30:31 -04:00
committed by GitHub
parent 4158231d7a
commit f992331bf4
2 changed files with 224 additions and 0 deletions

22
catalog-info.yaml Normal file
View 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'