-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1095 from openedx/sundas/INF-1482
docs: updated read me and catalog info files
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/edx-infinity** to do it. | ||
* [ ] 🎉 🙌 Celebrate! Thanks for your contribution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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-account' | ||
description: "Open edX micro-frontend application for managing user account information." | ||
links: | ||
- url: "https://github.com/openedx/frontend-app-account" | ||
title: "Frontend app account" | ||
icon: "Web" | ||
annotations: | ||
openedx.org/arch-interest-groups: "" | ||
spec: | ||
owner: group:edx-infinity | ||
type: 'website' | ||
lifecycle: 'production' |