From ebf141584121ca259c23e1503ffe4f590bc8ddb0 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 30 Jul 2014 13:56:20 +0200 Subject: [PATCH] add note on Symfony SE forks for bug reports --- contributing/code/bugs.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributing/code/bugs.rst b/contributing/code/bugs.rst index a3651de1496..ddb786f17d9 100644 --- a/contributing/code/bugs.rst +++ b/contributing/code/bugs.rst @@ -25,6 +25,10 @@ If your problem definitely looks like a bug, report it using the official bug * Describe the steps needed to reproduce the bug with short code examples (providing a unit test that illustrates the bug is best); +* If the bug you experienced affects more than one layer, providing a simple + failing unit test may not be sufficient. In this case, please fork the + `Symfony Standard Edition`_ and reproduce your issue on a new branch; + * Give as much detail as possible about your environment (OS, PHP version, Symfony version, enabled extensions, ...); @@ -35,3 +39,4 @@ If your problem definitely looks like a bug, report it using the official bug .. _forum: http://forum.symfony-project.org/ .. _IRC channel: irc://irc.freenode.net/symfony .. _tracker: https://github.com/symfony/symfony/issues +.. _Symfony Standard Edition: https://github.com/symfony/symfony-standard/