mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Use correct heading syntax
This commit is contained in:
+3
-3
@@ -35,7 +35,7 @@ Best Practices
|
||||
--------------
|
||||
|
||||
Default Bundle Config
|
||||
=====================
|
||||
#####################
|
||||
|
||||
A recipe for a bundle should not contain all the configuration the bundle has to
|
||||
offer. A good recipe only contains a suggestion config for an application. That
|
||||
@@ -50,7 +50,7 @@ A bundle without config or routes do not need a recipe. Flex is smart enough to
|
||||
install that bundle anyways.
|
||||
|
||||
Modify Other Bundle's config
|
||||
============================
|
||||
############################
|
||||
|
||||
The general rule is that no recipe should modify other bundle's configuration. There
|
||||
is however one exception. A recipe is allowed to append to a "config collection".
|
||||
@@ -59,7 +59,7 @@ Example: Add a new connection to DoctrineBundle or add a new cache adapter to Sy
|
||||
Framework bundle.
|
||||
|
||||
Maintainability
|
||||
===============
|
||||
###############
|
||||
|
||||
The recipes contrib repository should contain the recipes for packages. Using
|
||||
"`copy-from-package` Configurator" for routes and config is not allowed. That would
|
||||
|
||||
Reference in New Issue
Block a user