From 9153b8bdd979b4d50c8c1d47b18b994e7eee6745 Mon Sep 17 00:00:00 2001 From: Nate Yolles Date: Tue, 25 Aug 2026 16:19:04 -0600 Subject: [PATCH] Add Git Commit Template Copied and updated from Express. --- .github/pull_request_template.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ec3ab6a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,37 @@ +## Summary + +Briefly describe the features or fixes introduced in this PR. + +--- + +## Jira Ticket + +Resolves: [MWPW-NUMBER](https://jira.corp.adobe.com/browse/MWPW-NUMBER) + +--- + +## Test URLs + +| Env | URL | +|-------------|-----| +| **Before** | https://main--edu--adobecom.aem.page/education | +| **After** | https://--edu--adobecom.aem.page/education?martech=off | + +--- + +## Verification Steps + +- Steps to reproduce the issue or view the new feature. +- What to expect **before** and **after** the change. + +--- + +## Potential Regressions + +- https://--edu--adobecom.aem.live/education?martech=off + +--- + +## Additional Notes + +(If applicable) Add context, related PRs, or known issues here.