sulu / skeleton

Project template for starting your new project based on the Sulu content management system
https://sulu.io
MIT License
261 stars 81 forks source link

Add development branch for Article Bundle 3.0 #236

Open alexander-schranz opened 8 months ago

alexander-schranz commented 8 months ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT
Documentation PR sulu/sulu-docs#prnum

What's in this PR?

Add development branch for Article Bundle 3.0

Why?

Just a branch for the skeleton to make testing and development of https://github.com/sulu/SuluArticleBundle/pull/583 easier.

Start it:

git clone git@github.com:sulu/skeleton.git
git remote add alex git@github.com:alexander-schranz/skeleton.git

git fetch alex
git checkout -b feature/article-3-0 alex/feature/article-3-0

composer install
composer update sulu/article-bundle

bin/console sulu:build dev