Skip to content

Commit 31b31ba

Browse files
Merge pull request #1077 from openedx/sundas/INF-1551
docs: updated catalog-info file for profile MFE
2 parents f1586d2 + f7449bf commit 31b31ba

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @openedx/2U-aperture
1+
* @openedx/2U-infinity

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Description
2+
3+
Include a description of your changes here, along with a link to any relevant Jira tickets and/or GitHub issues.
4+
5+
#### How Has This Been Tested?
6+
7+
Please describe in detail how you tested your changes.
8+
9+
#### Screenshots/sandbox (optional):
10+
Include a link to the sandbox for design changes or screenshot for before and after. **Remove this section if it's not applicable.**
11+
12+
|Before|After|
13+
|-------|-----|
14+
| | |
15+
16+
#### Merge Checklist
17+
18+
* [ ] If your update includes visual changes, have they been reviewed by a designer? Send them a link to the Sandbox, if applicable.
19+
* [ ] Is there adequate test coverage for your changes?
20+
21+
#### Post-merge Checklist
22+
23+
* [ ] Deploy the changes to prod after verifying on stage or ask **@openedx/2u-infinity** to do it.
24+
* [ ] 🎉 🙌 Celebrate! Thanks for your contribution.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ frontend repository, the best place to discuss it would be in the `#wg-frontend
9898
channel`_.
9999

100100
For anything non-trivial, the best path is to open an issue in this repository
101-
with as many details about the issue you are facing as you can provide. Please tag **@openedx/2u-aperture** on any PRs or issues.
101+
with as many details about the issue you are facing as you can provide. Please tag **@openedx/2u-infinity** on any PRs or issues.
102102

103103
https://github.com/openedx/frontend-app-profile/issues
104104

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: backstage.io/v1alpha1
44
kind: Component
55
metadata:
66
name: 'frontend-app-profile'
7-
description: 'This is a micro-frontend application responsible for the display and updating of user profiles.'
7+
description: 'This is a micro-frontend application responsible for displaying and updating the user profiles.'
88
links:
99
- url: 'https://github.com/openedx/frontend-app-profile/blob/master/README.rst'
1010
title: 'Documentation'
@@ -18,7 +18,7 @@ metadata:
1818
# This can be multiple comma-separated projects.
1919
openedx.org/add-to-projects: "openedx:23"
2020
spec:
21+
owner: group:2u-infinity
2122
type: 'service'
2223
lifecycle: 'production'
23-
owner: 2U-aperture
2424
# (Optional) An array of different components or resources.

0 commit comments

Comments
 (0)