Skip to content

Commit

Permalink
chore: cleanup repository template
Browse files Browse the repository at this point in the history
  • Loading branch information
AEM Bot committed Sep 20, 2024
1 parent e2cddab commit 61ec0d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Please always provide the [GitHub issue(s)](../issues) your PR is for, as well a
Fix #<gh-issue-id>

Test URLs:
- Before: https://main--{repo}--{owner}.aem.live/
- After: https://<branch>--{repo}--{owner}.aem.live/
- Before: https://main--aem-ue--juan-ayala.aem.live/
- After: https://<branch>--aem-ue--juan-ayala.aem.live/
49 changes: 0 additions & 49 deletions .github/workflows/cleanup-on-create.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Your project's description...

## Environments
- Preview: https://main--{repo}--{owner}.aem.page/
- Live: https://main--{repo}--{owner}.aem.live/
- Preview: https://main--aem-ue--juan-ayala.aem.page/
- Live: https://main--aem-ue--juan-ayala.aem.live/

## Installation

Expand All @@ -23,7 +23,7 @@ npm run lint
1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository
1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli`
1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`)
1. Open the `{repo}` directory in your favorite IDE and start coding :)
1. Open the `aem-ue` directory in your favorite IDE and start coding :)

## Prerequisites

Expand Down

0 comments on commit 61ec0d9

Please sign in to comment.