From cb0f05955f1123511001cc06948c5af239a4acff Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Tue, 3 Sep 2024 11:25:57 +0300 Subject: [PATCH 1/2] docs: updated catalog-info file for profile MFE --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 50bfd9fda..ea72280d2 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,7 +4,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: 'frontend-app-profile' - description: 'This is a micro-frontend application responsible for the display and updating of user profiles.' + description: 'This is a micro-frontend application responsible for displaying and updating the user profiles.' links: - url: 'https://github.com/openedx/frontend-app-profile/blob/master/README.rst' title: 'Documentation' @@ -18,7 +18,7 @@ metadata: # This can be multiple comma-separated projects. openedx.org/add-to-projects: "openedx:23" spec: + owner: group:edx-infinity type: 'service' lifecycle: 'production' - owner: 2U-aperture # (Optional) An array of different components or resources. From f7449bfdccb3519ce29661d764eebc2dd037a84f Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Tue, 3 Sep 2024 12:27:27 +0300 Subject: [PATCH 2/2] docs: added pull request template and updated team name --- .github/CODEOWNERS | 2 +- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ README.rst | 2 +- catalog-info.yaml | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b76c39657..6ff412272 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @openedx/2U-aperture +* @openedx/2U-infinity diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..b6d4b2415 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +### Description + +Include a description of your changes here, along with a link to any relevant Jira tickets and/or GitHub issues. + +#### How Has This Been Tested? + +Please describe in detail how you tested your changes. + +#### Screenshots/sandbox (optional): +Include a link to the sandbox for design changes or screenshot for before and after. **Remove this section if it's not applicable.** + +|Before|After| +|-------|-----| +| | | + +#### Merge Checklist + +* [ ] If your update includes visual changes, have they been reviewed by a designer? Send them a link to the Sandbox, if applicable. +* [ ] Is there adequate test coverage for your changes? + +#### Post-merge Checklist + +* [ ] Deploy the changes to prod after verifying on stage or ask **@openedx/2u-infinity** to do it. +* [ ] 🎉 🙌 Celebrate! Thanks for your contribution. \ No newline at end of file diff --git a/README.rst b/README.rst index f90234075..d7fadd5ab 100755 --- a/README.rst +++ b/README.rst @@ -98,7 +98,7 @@ frontend repository, the best place to discuss it would be in the `#wg-frontend channel`_. For anything non-trivial, the best path is to open an issue in this repository -with as many details about the issue you are facing as you can provide. Please tag **@openedx/2u-aperture** on any PRs or issues. +with as many details about the issue you are facing as you can provide. Please tag **@openedx/2u-infinity** on any PRs or issues. https://github.com/openedx/frontend-app-profile/issues diff --git a/catalog-info.yaml b/catalog-info.yaml index ea72280d2..69233cf0f 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -18,7 +18,7 @@ metadata: # This can be multiple comma-separated projects. openedx.org/add-to-projects: "openedx:23" spec: - owner: group:edx-infinity + owner: group:2u-infinity type: 'service' lifecycle: 'production' # (Optional) An array of different components or resources.