From a5ad4319cf863d90538369d0012d199b5b80a5a1 Mon Sep 17 00:00:00 2001 From: Igor Myronenko Date: Fri, 14 Jul 2023 17:20:31 +0300 Subject: [PATCH] Updated pull_request_template.md (#2548) The template was outdated and suggested using the development branch as a base for pull requests. But development is not used anymore and the main branch should be used instead. --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cf08e81956..ef380d8fab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,8 +2,7 @@ Before making a PR please make sure to read our contributing guidelines https://github.com/adobe/aem-core-wcm-components/blob/master/CONTRIBUTING.md -IMPORTANT: Please base your pull request on the **development** branch! The maintainers will cherry-pick the change to - master after it's successfully integrated and tested. +IMPORTANT: Please base your pull request on the **main** branch and make sure to check you have incorporated or merged the latest changes! For issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by the ticket number fixed by the PR. It should be underlined in the preview if done correctly.