Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: add catalog-info and enable blank pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ichintanjoshi committed Jun 20, 2024
1 parent 0937de0 commit 93cddb9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## ready to accept Issues of all types, this file must be deleted so inheritance
## of standard openedx configuration works properly.

blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Open edX Community Support
url: https://discuss.openedx.org/
Expand Down
22 changes: 22 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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:
# (Required) Must be the name of the repo, without the owning organization.
name: 'registrar'
description: >
The Registrar service allows external organizations to
integrate with Open edX programs, providing REST APIs involving
program structure, enrollment, and grading."
spec:
# If you need a new team created, create an issue with Axim engineering:
# https://github.com/openedx/axim-engineering/issues/new/choose
owner: group:openedx-unmaintained

# (Required) Acceptable Type Values: service, website, library
type: 'service'

# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
lifecycle: 'production'

0 comments on commit 93cddb9

Please sign in to comment.