From f9a41fa2a0c7983b532b529fcde730d5d92d9ece Mon Sep 17 00:00:00 2001 From: Nyholm Date: Fri, 12 Feb 2021 11:54:58 +0100 Subject: [PATCH] Use correct heading syntax --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4bfd68d8..d823dee0 100644 --- a/README.rst +++ b/README.rst @@ -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