diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d2f3906 --- /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/edx-infinity** to do it. +* [ ] 🎉 🙌 Celebrate! Thanks for your contribution. \ No newline at end of file diff --git a/README.rst b/README.rst index 60d6448..cdda213 100644 --- a/README.rst +++ b/README.rst @@ -195,6 +195,10 @@ All community members are expected to follow the `Open edX Code of Conduct`_. .. _Open edX Code of Conduct: https://openedx.org/code-of-conduct/ +People +====== +The assigned maintainers for this component and other project details may be found in Backstage or from inspecting catalog-info.yaml. + Reporting Security Issues ========================= diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..0749274 --- /dev/null +++ b/catalog-info.yaml @@ -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'