├── .github └── ISSUE_TEMPLATE │ ├── -angular--issue.md │ └── -react--issue.md ├── .gitignore └── README.md /.github/ISSUE_TEMPLATE/-angular--issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/HEAD/.github/ISSUE_TEMPLATE/-angular--issue.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-react--issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/HEAD/.github/ISSUE_TEMPLATE/-react--issue.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/HEAD/README.md --------------------------------------------------------------------------------