From 5aa8fe59ad047b53c0c28aa92f9bb87858575902 Mon Sep 17 00:00:00 2001 From: Pimcore Deployments Bot Date: Wed, 8 Jul 2026 09:50:31 +0000 Subject: [PATCH] Update maintenance branch in CONTRIBUTING.md to 2026.2 (#187) Co-authored-by: Claude Fable 5 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4f480e..3aff524 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ There are a few necessary steps before we can accept a pull request: > **Note:** Before opening a PR, also see our [Pull Request Guidelines](https://github.com/orgs/pimcore/discussions/19239) for the automated checks your PR must pass. * [Fork us!](https://help.github.com/articles/fork-a-repo/) -* Select the right branch. `main`(`2026.x`) for features and improvements or latest maintenance branch for bug fixes (`2026.1`) +* Select the right branch. `main`(`2026.x`) for features and improvements or latest maintenance branch for bug fixes (`2026.2`) * Code! Follow the coding standards defined [here](https://github.com/pimcore/pimcore/blob/2026.x/.php-cs-fixer.dist.php) and [here](https://github.com/pimcore/pimcore/blob/2026.x/doc/19_Development_Tools_and_Details/29_Testing/02_Core_Tests.md#perform-phpstan-analysis) * [Send a pull request](https://help.github.com/articles/using-pull-requests/) from your fork’s branch to our repo branch. * [Sign the CLA](https://cla-assistant.io/pimcore/pimcore) - see also below.